mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
autodiscover mqtt default
This commit is contained in:
@@ -1,22 +1,16 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armv7",
|
|
||||||
"armhf"
|
|
||||||
],
|
|
||||||
"description": "fetch GRDF data and publish data to a mqtt broker",
|
"description": "fetch GRDF data and publish data to a mqtt broker",
|
||||||
"map": [
|
"map": ["config:rw", "share:rw"],
|
||||||
"config:rw",
|
|
||||||
"share:rw"
|
|
||||||
],
|
|
||||||
"name": "gazpar2mqtt",
|
"name": "gazpar2mqtt",
|
||||||
"options": {
|
"options": {
|
||||||
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
|
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
|
||||||
|
"mqtt_autodiscover": true,
|
||||||
"TZ": "Europe/Paris"
|
"TZ": "Europe/Paris"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"CONFIG_LOCATION": "str",
|
"CONFIG_LOCATION": "str",
|
||||||
|
"mqtt_autodiscover": "bool",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "gazpar2mqtt",
|
"slug": "gazpar2mqtt",
|
||||||
|
|||||||
Reference in New Issue
Block a user