From c6e63750d0291b2862daee94b2846e9e59a28339 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 8 Jul 2024 23:23:38 +0200 Subject: [PATCH] Fixed bathroom light --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 8ac6abc..9b3f2ff 100644 --- a/config.lua +++ b/config.lua @@ -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, }))