From 6d61b60bb30ba8e7e6e007172198553308ba25d1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 14 Apr 2020 09:40:44 -0500 Subject: [PATCH] Add `battery_charging` --- source/_integrations/binary_sensor.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/binary_sensor.markdown b/source/_integrations/binary_sensor.markdown index c312c542114c..81c434ca1f63 100644 --- a/source/_integrations/binary_sensor.markdown +++ b/source/_integrations/binary_sensor.markdown @@ -16,6 +16,7 @@ The way these sensors are displayed in the frontend can be modified in the [cust - **None**: Generic on/off. This is the default and doesn't need to be set. - **battery**: `on` means low, `off` means normal +- **battery_charging**: `on` means charging, `off` means not charging - **cold**: `on` means cold, `off` means normal - **connectivity**: `on` means connected, `off` means disconnected - **door**: `on` means open, `off` means closed