Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.devolo_home_network.sensor.BaseDevoloSensorEntity
 
class  homeassistant.components.devolo_home_network.sensor.DataRateDirection
 
class  homeassistant.components.devolo_home_network.sensor.DevoloPlcDataRateSensorEntity
 
class  homeassistant.components.devolo_home_network.sensor.DevoloSensorEntity
 
class  homeassistant.components.devolo_home_network.sensor.DevoloSensorEntityDescription
 

Namespaces

 homeassistant.components.devolo_home_network.sensor
 

Functions

None homeassistant.components.devolo_home_network.sensor.__init__ (self, DevoloHomeNetworkConfigEntry entry, DevoloDataUpdateCoordinator[_CoordinatorDataT] coordinator, DevoloSensorEntityDescription[_ValueDataT, _SensorDataT] description)
 
datetime homeassistant.components.devolo_home_network.sensor._last_restart (int runtime)
 
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)
 

Variables

 homeassistant.components.devolo_home_network.sensor._CoordinatorDataType
 
 homeassistant.components.devolo_home_network.sensor._SensorDataType
 
 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.name
 
 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
 
 homeassistant.components.devolo_home_network.sensor.value_func