Add hassio_role and hassio_api to config to prevent error message

This commit is contained in:
Max Winterstein
2021-01-03 14:01:20 +01:00
parent 2fb633a6ca
commit ed4bf0a727
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Eufy Home Assistant MQTT Bridge",
"version": "0.5.0",
"version": "0.6.0",
"slug": "eufy-ha-mqtt-bridge",
"description": "Publish events as MQTT messages",
"arch": [
@@ -40,5 +40,7 @@
"url": "https://github.com/matijse/eufy-ha-mqtt-bridge/",
"map": [
"share:rw"
]
],
"hassio_role": "default",
"hassio_api": true
}