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

Classes

class  DevoloBinarySensorEntity
 
class  DevoloBinarySensorEntityDescription
 

Functions

bool _is_connected_to_router (DevoloBinarySensorEntity entity)
 
None async_setup_entry (HomeAssistant hass, DevoloHomeNetworkConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Platform for binary sensor integration.

Function Documentation

◆ _is_connected_to_router()

bool homeassistant.components.devolo_home_network.binary_sensor._is_connected_to_router ( DevoloBinarySensorEntity  entity)
private
Check, if device is attached to the router.

Definition at line 27 of file binary_sensor.py.

◆ async_setup_entry()

None homeassistant.components.devolo_home_network.binary_sensor.async_setup_entry ( HomeAssistant  hass,
DevoloHomeNetworkConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Get all devices and sensors and setup them via config entry.

Definition at line 54 of file binary_sensor.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.devolo_home_network.binary_sensor.PARALLEL_UPDATES = 0

Definition at line 24 of file binary_sensor.py.