Added extra kettle remote
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2023-09-01 21:29:28 +02:00
parent 0298e7891e
commit 1f4e3c8119
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 8 additions and 2 deletions

View File

@ -62,7 +62,10 @@ name = "Kettle"
room = "Kitchen"
topic = "zigbee2mqtt/kitchen/kettle"
timeout = 300
remotes = [{ topic = "zigbee2mqtt/bedroom/remote" }]
remotes = [
{ topic = "zigbee2mqtt/bedroom/remote" },
{ topic = "zigbee2mqtt/kitchen/remote" },
]
[device.bathroom_light]

View File

@ -64,7 +64,10 @@ name = "Kettle"
room = "Kitchen"
topic = "zigbee2mqtt/kitchen/kettle"
timeout = 5
remotes = [{ topic = "zigbee2mqtt/bedroom/remote" }]
remotes = [
{ topic = "zigbee2mqtt/bedroom/remote" },
{ topic = "zigbee2mqtt/kitchen/remote" },
]
[device.bathroom_light]
type = "IkeaOutlet"