The light in the bathroom will now turn off automatically after 45 min
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:
@@ -35,6 +35,14 @@ room = "Kitchen"
|
||||
topic = "zigbee2mqtt/kitchen/kettle"
|
||||
timeout = 300
|
||||
|
||||
[devices.bathroom_light]
|
||||
type = "IkeaOutlet"
|
||||
outlet_type = "Light"
|
||||
name = "Light"
|
||||
room = "Bathroom"
|
||||
topic = "zigbee2mqtt/bathroom/light"
|
||||
timeout = 2700
|
||||
|
||||
[devices.workbench_charger]
|
||||
type = "IkeaOutlet"
|
||||
outlet_type = "Charger"
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
base_url = "https://login.huizinga.dev/api/oidc"
|
||||
|
||||
[mqtt]
|
||||
host="olympus.lan.huizinga.dev"
|
||||
port=8883
|
||||
client_name="automation-zeus"
|
||||
username="mqtt"
|
||||
password="${MQTT_PASSWORD}"
|
||||
tls=true
|
||||
host = "olympus.lan.huizinga.dev"
|
||||
port = 8883
|
||||
client_name = "automation-zeus"
|
||||
username = "mqtt"
|
||||
password = "${MQTT_PASSWORD}"
|
||||
tls = true
|
||||
|
||||
[ntfy]
|
||||
topic = "${NTFY_TOPIC}"
|
||||
@@ -36,6 +36,14 @@ room = "Kitchen"
|
||||
topic = "zigbee2mqtt/kitchen/kettle"
|
||||
timeout = 5
|
||||
|
||||
[devices.bathroom_light]
|
||||
type = "IkeaOutlet"
|
||||
outlet_type = "Light"
|
||||
name = "Bathroom light"
|
||||
room = "Bathroom"
|
||||
topic = "zigbee2mqtt/bathroom/light"
|
||||
timeout = 5
|
||||
|
||||
[devices.workbench_charger]
|
||||
type = "IkeaOutlet"
|
||||
outlet_type = "Charger"
|
||||
|
||||
Reference in New Issue
Block a user