From 4245f8d2d94a2700d8f46844765c41f5de6408e6 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 9 Oct 2021 12:17:37 +0300 Subject: [PATCH] Homekit improvements --- config/packages/modules/network.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/packages/modules/network.yaml b/config/packages/modules/network.yaml index 8b288f3..3f18ea9 100644 --- a/config/packages/modules/network.yaml +++ b/config/packages/modules/network.yaml @@ -55,8 +55,9 @@ homekit: # Kitchen - light.kitchen_main - light.kitchen_secondary - - binary_sensor.kitchen_motion_occupancy - climate.kitchen_radiator_mode + - binary_sensor.kitchen_motion_occupancy + - binary_sensor.kitchen_window - sensor.kitchen_weather_temperature - sensor.kitchen_weather_humidity - vacuum.vacuum @@ -150,6 +151,10 @@ homekit: linked_battery_sensor: sensor.kitchen_motion_battery low_battery_threshold: 20 name: Kitchen Motion + binary_sensor.kitchen_window: + linked_battery_sensor: sensor.kitchen_window_battery + low_battery_threshold: 20 + name: Kitchen Window sensor.kitchen_weather_temperature: linked_battery_sensor: sensor.kitchen_weather_battery low_battery_threshold: 20