Adjusted the darkness threshold
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
33fcb95dfa
commit
547f021a35
|
@ -2,11 +2,11 @@
|
||||||
base_url = "https://login.huizinga.dev/api/oidc"
|
base_url = "https://login.huizinga.dev/api/oidc"
|
||||||
|
|
||||||
[mqtt]
|
[mqtt]
|
||||||
host="mosquitto"
|
host = "mosquitto"
|
||||||
port=8883
|
port = 8883
|
||||||
client_name="automation_rs"
|
client_name = "automation_rs"
|
||||||
username="mqtt"
|
username = "mqtt"
|
||||||
password="${MQTT_PASSWORD}"
|
password = "${MQTT_PASSWORD}"
|
||||||
|
|
||||||
[ntfy]
|
[ntfy]
|
||||||
topic = "${NTFY_TOPIC}"
|
topic = "${NTFY_TOPIC}"
|
||||||
|
@ -24,8 +24,8 @@ topic = "automation/debug"
|
||||||
|
|
||||||
[light_sensor]
|
[light_sensor]
|
||||||
topic = "zigbee2mqtt/living/light"
|
topic = "zigbee2mqtt/living/light"
|
||||||
min = 21_000
|
min = 22_000
|
||||||
max = 22_500
|
max = 23_500
|
||||||
|
|
||||||
[devices.kitchen_kettle]
|
[devices.kitchen_kettle]
|
||||||
type = "IkeaOutlet"
|
type = "IkeaOutlet"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user