mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Add hassio_role and hassio_api to config to prevent error message
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user