From 6ed1ee6ebcbd55e46bb2d4e318d3d0a71a778a3d Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 15 May 2024 00:35:23 +0200 Subject: [PATCH] Fixed typo with washer --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 237d531..6544e1f 100644 --- a/config.lua +++ b/config.lua @@ -116,7 +116,7 @@ automation.device_manager:add(IkeaOutlet.new({ automation.device_manager:add(Washer.new({ identifier = "bathroom_washer", - topic = mqtt_z2m("batchroom/washer"), + topic = mqtt_z2m("bathroom/washer"), client = mqtt_client, threshold = 1, event_channel = automation.device_manager:event_channel(),