From e011260129bd229b417f3398987629e0f156f62f Mon Sep 17 00:00:00 2001 From: Andrei Nicholson Date: Thu, 25 Apr 2024 20:18:20 -0400 Subject: [PATCH] Note behavior of ZOOZ 4-in-1 sensor The low_battery_level sensor actually fires for this device, although reporting as 80% seems a bit high. The Low Battery Notification automation portion in this file may need to be moved into a new file if it continues to be documented on. --- automation/sensors.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/sensors.yaml b/automation/sensors.yaml index 4faffff..db71a00 100644 --- a/automation/sensors.yaml +++ b/automation/sensors.yaml @@ -31,6 +31,8 @@ trigger: - platform: state entity_id: + # Sensor fires at 80% battery level remaining then device is mostly + # off the network and otherwise unresponsive. - binary_sensor.4_in_1_sensor_low_battery_level - binary_sensor.flood_sensor_low_battery_level - binary_sensor.z_wave_door_window_sensor_low_battery_level