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

Classes

class  BoolEntity
 

Functions

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

Detailed Description

Binary sensor platform support for wiffi devices.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.wiffi.binary_sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up platform for a new integration.

Called by the HA framework after async_forward_entry_setups has been called
during initialization of a new integration (= wiffi).

Definition at line 13 of file binary_sensor.py.