From 1119e1e26fa98519f8a3bb01a482bb5adaa20dc2 Mon Sep 17 00:00:00 2001 From: Meatballs1 Date: Mon, 13 May 2024 12:21:53 +0100 Subject: [PATCH] Add debug option to Addon --- home-assistant-addon/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-assistant-addon/config.yaml b/home-assistant-addon/config.yaml index d6d528f..cd16fef 100644 --- a/home-assistant-addon/config.yaml +++ b/home-assistant-addon/config.yaml @@ -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