diff --git a/eufy-ha-mqtt-bridge/CHANGELOG.md b/eufy-ha-mqtt-bridge/CHANGELOG.md index a394558..3cfa844 100644 --- a/eufy-ha-mqtt-bridge/CHANGELOG.md +++ b/eufy-ha-mqtt-bridge/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.6.0] - 2021-01-02 +- Add `hassio_role` and `hassio_api` to config to prevent error message + ## [0.5.0] - 2021-01-02 - Improve image recration by adding some cache buster - Change to bashio logs diff --git a/eufy-ha-mqtt-bridge/config.json b/eufy-ha-mqtt-bridge/config.json index ea03f48..6417058 100644 --- a/eufy-ha-mqtt-bridge/config.json +++ b/eufy-ha-mqtt-bridge/config.json @@ -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 } \ No newline at end of file