Added extra kettle remote
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0298e7891e
commit
1f4e3c8119
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user