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

Classes

class  BinarySensor
 

Functions

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

Detailed Description

Binary sensors on Zigbee Home Automation networks.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.zha.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Zigbee Home Automation binary sensor from config entry.

Definition at line 26 of file binary_sensor.py.