From e7c0abd1b0d0653a54c00262bb793c80323111ef Mon Sep 17 00:00:00 2001 From: Stephan Traub Date: Sat, 19 Feb 2022 21:14:25 +0100 Subject: [PATCH] Add some details to wiz docu (#21628) Co-authored-by: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/wiz.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_integrations/wiz.markdown b/source/_integrations/wiz.markdown index 9894c3ea27d..14432c29f7a 100644 --- a/source/_integrations/wiz.markdown +++ b/source/_integrations/wiz.markdown @@ -22,11 +22,29 @@ ha_platforms: --- The WiZ integration allows you to control your WiZ lights and smart sockets. +The devices are set up through your Wi-Fi network and don't need any additional bridge or gateway. The integration can report the state of occupancy sensors that have been linked to a device. {% include integrations/config_flow.md %} +## Connect WiZ devices to your network + +To connect a WiZ device to your Wi-Fi network, please follow the instructions in the [WiZ app](https://www.wizconnected.com/en/consumer/app/) (available for iOS and Android). +If you have further questions, please have a look at the [WiZ Support Page](https://www.wizconnected.com/en/consumer/support/). + +### Enable local connectivity + +The integration needs to communicate locally with the WiZ device. This setting **Allow local communication** can be disabled or enabled in WiZ app. +This setting should be enabled by default. + +Steps to enable: + +1. Open the WiZ app on your phone. +2. Click on the settings menu in the upper-left corner. +3. Scroll down to the security settings. +4. Enable the switch **Allow local communication**. + ### 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.