From 547f021a35f28386d5b9f764fdc870c673b8371e Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 12 Apr 2023 20:09:56 +0200 Subject: [PATCH] Adjusted the darkness threshold --- config/config.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/config.toml b/config/config.toml index db9df5f..cca6bad 100644 --- a/config/config.toml +++ b/config/config.toml @@ -2,11 +2,11 @@ base_url = "https://login.huizinga.dev/api/oidc" [mqtt] -host="mosquitto" -port=8883 -client_name="automation_rs" -username="mqtt" -password="${MQTT_PASSWORD}" +host = "mosquitto" +port = 8883 +client_name = "automation_rs" +username = "mqtt" +password = "${MQTT_PASSWORD}" [ntfy] topic = "${NTFY_TOPIC}" @@ -24,8 +24,8 @@ topic = "automation/debug" [light_sensor] topic = "zigbee2mqtt/living/light" -min = 21_000 -max = 22_500 +min = 22_000 +max = 23_500 [devices.kitchen_kettle] type = "IkeaOutlet"