mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-18 06:13:10 +01:00
Add hassio_role and hassio_api to config to prevent error message
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# 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
|
## [0.5.0] - 2021-01-02
|
||||||
- Improve image recration by adding some cache buster
|
- Improve image recration by adding some cache buster
|
||||||
- Change to bashio logs
|
- Change to bashio logs
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Eufy Home Assistant MQTT Bridge",
|
"name": "Eufy Home Assistant MQTT Bridge",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"slug": "eufy-ha-mqtt-bridge",
|
"slug": "eufy-ha-mqtt-bridge",
|
||||||
"description": "Publish events as MQTT messages",
|
"description": "Publish events as MQTT messages",
|
||||||
"arch": [
|
"arch": [
|
||||||
@@ -40,5 +40,7 @@
|
|||||||
"url": "https://github.com/matijse/eufy-ha-mqtt-bridge/",
|
"url": "https://github.com/matijse/eufy-ha-mqtt-bridge/",
|
||||||
"map": [
|
"map": [
|
||||||
"share:rw"
|
"share:rw"
|
||||||
]
|
],
|
||||||
|
"hassio_role": "default",
|
||||||
|
"hassio_api": true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user