Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wiz.binary_sensor Namespace Reference

Classes

class  WizOccupancyEntity
 

Functions

None async_setup_entry (HomeAssistant hass, WizConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string OCCUPANCY_UNIQUE_ID = "{}_occupancy"
 

Detailed Description

WiZ integration binary sensor platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.wiz.binary_sensor.async_setup_entry ( HomeAssistant  hass,
WizConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the WiZ binary sensor platform.

Definition at line 27 of file binary_sensor.py.

Variable Documentation

◆ OCCUPANCY_UNIQUE_ID

string homeassistant.components.wiz.binary_sensor.OCCUPANCY_UNIQUE_ID = "{}_occupancy"

Definition at line 24 of file binary_sensor.py.