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 |
Platform for binary sensor integration.
|
private |
Check, if device is attached to the router.
Definition at line 27 of file binary_sensor.py.
| 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.
| int homeassistant.components.devolo_home_network.binary_sensor.PARALLEL_UPDATES = 0 |
Definition at line 24 of file binary_sensor.py.