Update to 0.6.3

This commit is contained in:
alexbelgium
2021-12-24 06:46:17 +01:00
parent 8ea477780f
commit 3878ae2f9e
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.6.3 (24-12-2021)
- Update to latest version from yukulehe/gazpar2mqtt
- Add verbose mode : disabling it removes messages
## 0.6.2 (18-12-2021)

View File

@@ -14,7 +14,7 @@
"options": {
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
"mqtt_autodiscover": true,
"TZ": "Europe/Paris",
"TZ": "Europe/Paris",
"verbose": true
},
"schema": {
@@ -27,7 +27,7 @@
"mqtt:want"
],
"slug": "gazpar2mqtt",
"upstream": "0.6.2",
"upstream": "0.6.3",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.6.2-2"
"version": "0.6.3"
}