From 1f4e3c8119ec0b728c5cc1ae1ffd36ed1425fdc3 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 1 Sep 2023 21:29:28 +0200 Subject: [PATCH] Added extra kettle remote --- config/config.toml | 5 ++++- config/zeus.dev.toml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/config.toml b/config/config.toml index b4285e7..a07440a 100644 --- a/config/config.toml +++ b/config/config.toml @@ -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] diff --git a/config/zeus.dev.toml b/config/zeus.dev.toml index 80c2246..b9cfb43 100644 --- a/config/zeus.dev.toml +++ b/config/zeus.dev.toml @@ -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"