Classes | |
| class | BaseDevoloSensorEntity |
| class | DataRateDirection |
| class | DevoloPlcDataRateSensorEntity |
| class | DevoloSensorEntity |
| class | DevoloSensorEntityDescription |
Functions | |
| None | __init__ (self, DevoloHomeNetworkConfigEntry entry, DevoloDataUpdateCoordinator[_CoordinatorDataT] coordinator, DevoloSensorEntityDescription[_ValueDataT, _SensorDataT] description) |
| datetime | _last_restart (int runtime) |
| None | async_setup_entry (HomeAssistant hass, DevoloHomeNetworkConfigEntry entry, AddEntitiesCallback async_add_entities) |
| int|float|datetime | native_value (self) |
Variables | |
| _CoordinatorDataType | |
| _SensorDataType | |
| coordinators = entry.runtime_data.coordinators | |
| device = entry.runtime_data.device | |
| device_class | |
| entity_category | |
| entity_description | |
| entity_registry_enabled_default | |
| key | |
| name | |
| native_unit_of_measurement | |
| network = await device.plcnet.async_get_network_overview() | |
| int | PARALLEL_UPDATES = 0 |
| list | peers |
| state_class | |
| suggested_display_precision | |
| value_func | |
Platform for sensor integration.
| None homeassistant.components.devolo_home_network.sensor.__init__ | ( | self, | |
| DevoloHomeNetworkConfigEntry | entry, | ||
| DevoloDataUpdateCoordinator[_CoordinatorDataT] | coordinator, | ||
| DevoloSensorEntityDescription[_ValueDataT, _SensorDataT] | description | ||
| ) |
|
private |
| None homeassistant.components.devolo_home_network.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| DevoloHomeNetworkConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| int | float | datetime homeassistant.components.devolo_home_network.sensor.native_value | ( | self | ) |
|
private |
|
private |
| homeassistant.components.devolo_home_network.sensor.coordinators = entry.runtime_data.coordinators |
| homeassistant.components.devolo_home_network.sensor.device = entry.runtime_data.device |
| homeassistant.components.devolo_home_network.sensor.device_class |
| homeassistant.components.devolo_home_network.sensor.entity_category |
| homeassistant.components.devolo_home_network.sensor.entity_description |
| homeassistant.components.devolo_home_network.sensor.entity_registry_enabled_default |
| homeassistant.components.devolo_home_network.sensor.key |
| homeassistant.components.devolo_home_network.sensor.native_unit_of_measurement |
| homeassistant.components.devolo_home_network.sensor.network = await device.plcnet.async_get_network_overview() |
| int homeassistant.components.devolo_home_network.sensor.PARALLEL_UPDATES = 0 |
| list homeassistant.components.devolo_home_network.sensor.peers |
| homeassistant.components.devolo_home_network.sensor.state_class |
| homeassistant.components.devolo_home_network.sensor.suggested_display_precision |