Add debug option to Addon

This commit is contained in:
Meatballs1
2024-05-13 12:21:53 +01:00
parent 0def45c39d
commit 1119e1e26f

View File

@@ -27,6 +27,7 @@ options:
HCPY_MQTT_CERTFILE: ""
HCPY_MQTT_KEYFILE: ""
HCPY_MQTT_CLIENTNAME: "hcpy1"
HCPY_DEBUG: false
schema:
HCPY_DEVICES_FILE: str
HCPY_MQTT_HOST: str
@@ -39,4 +40,5 @@ schema:
HCPY_MQTT_CERTFILE: str
HCPY_MQTT_KEYFILE: str
HCPY_MQTT_CLIENTNAME: str
HCPY_DEBUG: bool?
startup: services