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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user