mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-29 10:46:05 +02:00
New vars
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
"ACCESS_TOKEN": "str",
|
"ACCESS_TOKEN": "str",
|
||||||
"PDL": "str",
|
"PDL": "str",
|
||||||
"MQTT_HOST": "str",
|
"MQTT_HOST": "str",
|
||||||
|
"custom_var": "str?",
|
||||||
"MQTT_PORT": "str?",
|
"MQTT_PORT": "str?",
|
||||||
"MQTT_PREFIX": "str?",
|
"MQTT_PREFIX": "str?",
|
||||||
"MQTT_CLIENT_ID": "str?",
|
"MQTT_CLIENT_ID": "str?",
|
||||||
@@ -20,14 +21,29 @@
|
|||||||
"RETAIN": "str?",
|
"RETAIN": "str?",
|
||||||
"QOS": "str?",
|
"QOS": "str?",
|
||||||
"GET_CONSUMPTION": "str?",
|
"GET_CONSUMPTION": "str?",
|
||||||
|
"GET_CONSUMPTION_DETAIL": "str?",
|
||||||
"GET_PRODUCTION": "str?",
|
"GET_PRODUCTION": "str?",
|
||||||
|
"GET_PRODUCTION_DETAIL": "str?",
|
||||||
"HA_AUTODISCOVERY": "str?",
|
"HA_AUTODISCOVERY": "str?",
|
||||||
"HA_AUTODISCOVERY_PREFIX": "str?",
|
"HA_AUTODISCOVERY_PREFIX": "str?",
|
||||||
|
"OFFPEAK_HOURS": "str?",
|
||||||
"CONSUMPTION_PRICE_BASE": "str?",
|
"CONSUMPTION_PRICE_BASE": "str?",
|
||||||
"CONSUMPTION_PRICE_HC": "str?",
|
"CONSUMPTION_PRICE_HC": "str?",
|
||||||
"CONSUMPTION_PRICE_HP": "str?",
|
"CONSUMPTION_PRICE_HP": "str?",
|
||||||
|
"CYCLE": "str?",
|
||||||
|
"ADDRESSES": "str?",
|
||||||
|
"REFRESH_CONTRACT": "str?",
|
||||||
|
"REFRESH_ADDRESSES": "str?",
|
||||||
|
"WIPE_CACHE": "str?",
|
||||||
|
"DEBUG": "str?",
|
||||||
"CARD_MYENEDIS": "str?",
|
"CARD_MYENEDIS": "str?",
|
||||||
"custom_var": "str?"
|
"CURRENT_PLAN": "str?",
|
||||||
|
"INFLUXDB_ENABLE": "str?",
|
||||||
|
"INFLUXDB_HOST": "str?",
|
||||||
|
"INFLUXDB_PORT": "str?",
|
||||||
|
"INFLUXDB_TOKEN": "str?",
|
||||||
|
"INFLUXDB_ORG": "str?",
|
||||||
|
"INFLUXDB_BUCKET": "str?"
|
||||||
},
|
},
|
||||||
"slug": "enedisgateway2mqtt",
|
"slug": "enedisgateway2mqtt",
|
||||||
"upstream": "0.6.0",
|
"upstream": "0.6.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user