Fixed bathroom light
All checks were successful
Build and deploy / Build application (push) Successful in 3m48s
Check / Run checks (push) Successful in 3m20s
Build and deploy / Build container (push) Successful in 1m49s
Build and deploy / Deploy container (push) Successful in 38s

This commit is contained in:
Dreaded_X 2024-07-08 23:23:38 +02:00
parent 5bf6e6bc3c
commit c6e63750d0
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -109,7 +109,7 @@ automation.device_manager:add(IkeaOutlet.new({
outlet_type = "Light",
name = "Light",
room = "Bathroom",
topic = mqtt_z2m("batchroom/light"),
topic = mqtt_z2m("bathroom/light"),
client = mqtt_client,
timeout = debug and 60 or 45 * 60,
}))