From 61b28663770a25f9c2e93c089730cb4c2b6340b0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 14 Feb 2022 09:03:17 -0600 Subject: [PATCH] Add occupancy sensor to WiZ (#21585) --- source/_integrations/wiz.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/wiz.markdown b/source/_integrations/wiz.markdown index 74e94da24d1..a91e42af6ff 100644 --- a/source/_integrations/wiz.markdown +++ b/source/_integrations/wiz.markdown @@ -2,19 +2,32 @@ title: WiZ description: Instructions on setting up WiZ within Home Assistant. ha_category: + - Binary Sensor - Light - Switch ha_iot_class: Local Push ha_release: "2022.3" +ha_dhcp: true ha_config_flow: true ha_codeowners: - "@sbidy" ha_domain: wiz ha_platforms: + - binary_sensor - light - switch --- The WiZ integration allows you to control your WiZ lights and smart sockets. +The integration can report the state of occupancy sensors that have been linked to a device. + {% include integrations/config_flow.md %} + +### Occupancy Sensors + +The occupancy sensors will only be added once a motion event is detected. Home Assistant can detect the sensors if they turn on at least one device when the room is occupied, and turn off at least one device when the room is not occupied. Sensors that are not linked to a device cannot be detected. + +When a device is linked to an occupancy sensor, by default, the sensor will be disabled for 30 minutes after manual control. + +Devices linked to the occupancy sensor that was last controlled manually will show an unknown at startup. The state will be known the next time the light is controlled by the sensor.