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

Classes

class  EzvizBinarySensor
 

Functions

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

Variables

 device_class
 
 EzvizDataUpdateCoordinator
 
 key
 
int PARALLEL_UPDATES = 1
 
 translation_key
 

Detailed Description

Support for EZVIZ binary sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.ezviz.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)

Definition at line 36 of file binary_sensor.py.

Variable Documentation

◆ device_class

homeassistant.components.ezviz.binary_sensor.device_class

Definition at line 23 of file binary_sensor.py.

◆ EzvizDataUpdateCoordinator

Set up EZVIZ sensors based on a config entry.

Definition at line 40 of file binary_sensor.py.

◆ key

homeassistant.components.ezviz.binary_sensor.key

Definition at line 22 of file binary_sensor.py.

◆ PARALLEL_UPDATES

int homeassistant.components.ezviz.binary_sensor.PARALLEL_UPDATES = 1

Definition at line 18 of file binary_sensor.py.

◆ translation_key

homeassistant.components.ezviz.binary_sensor.translation_key

Definition at line 27 of file binary_sensor.py.