From 7ee8851e77813a5a1f252b0009663938a103d94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 23 Apr 2022 12:15:11 +0200 Subject: [PATCH] airzone: add battery_low binary sensor (#22490) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- source/_integrations/airzone.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/airzone.markdown b/source/_integrations/airzone.markdown index a153d28880b..ceb4c358705 100644 --- a/source/_integrations/airzone.markdown +++ b/source/_integrations/airzone.markdown @@ -42,6 +42,7 @@ For each Airzone zone (Thermostat), the following *binary sensors* are created: | Condition | Description | | :------------------ | :--------------------------------- | | air_demand | HVAC is running. | +| battery_low | Thermostat battery warning. | | floor_demand | Radiating floor is running. | | problems | Zone has errors or warnings. |