From f78c4f3971294b6d755e1cff65e34d7890c379c7 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 5 Nov 2017 20:53:06 +0100 Subject: [PATCH] Added documentation for new device class 'plug' (#3889) * Added documentation for new device class 'plug' See https://github.com/home-assistant/home-assistant-polymer/issues/550 * use term "unplugged" * add the entry to the right place --- source/_components/binary_sensor.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index 53a5b46a0230..afc028a2bcbb 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -24,6 +24,7 @@ The way these sensors are displayed in the frontend can be modified in the [cust - **moving**: `On` means moving, `Off` means stopped - **occupancy**: `On` means occupied, `Off` means not occupied - **opening**: `On` means open, `Off` means closed +- **plug**: `On` means device is plugged in, `Off` means device is unplugged - **power**: Power, over-current, etc. - **safety**: `On` means unsafe, `Off` means safe - **smoke**: `On` means smoke detected