Fixed typo with washer
All checks were successful
Build and deploy automation_rs / Run pre-commit checks (push) Successful in 5m39s
Build and deploy automation_rs / Build automation_rs (push) Successful in 5m3s
Build and deploy automation_rs / Build Docker image (push) Successful in 1m9s
Build and deploy automation_rs / Deploy Docker container (push) Successful in 29s

This commit is contained in:
Dreaded_X 2024-05-15 00:35:23 +02:00
parent 113f9f926c
commit 6ed1ee6ebc
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -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(),