Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.guardian.sensor.PairedSensorDescription
 
class  homeassistant.components.guardian.sensor.PairedSensorSensor
 
class  homeassistant.components.guardian.sensor.ValveControllerSensor
 
class  homeassistant.components.guardian.sensor.ValveControllerSensorDescription
 

Namespaces

 homeassistant.components.guardian.sensor
 

Functions

None homeassistant.components.guardian.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

tuple homeassistant.components.guardian.sensor.PAIRED_SENSOR_DESCRIPTIONS
 
string homeassistant.components.guardian.sensor.SENSOR_KIND_AVG_CURRENT = "average_current"
 
string homeassistant.components.guardian.sensor.SENSOR_KIND_BATTERY = "battery"
 
string homeassistant.components.guardian.sensor.SENSOR_KIND_INST_CURRENT = "instantaneous_current"
 
string homeassistant.components.guardian.sensor.SENSOR_KIND_INST_CURRENT_DDT = "instantaneous_current_ddt"
 
string homeassistant.components.guardian.sensor.SENSOR_KIND_TEMPERATURE = "temperature"
 
string homeassistant.components.guardian.sensor.SENSOR_KIND_TRAVEL_COUNT = "travel_count"
 
string homeassistant.components.guardian.sensor.SENSOR_KIND_UPTIME = "uptime"
 
tuple homeassistant.components.guardian.sensor.VALVE_CONTROLLER_DESCRIPTIONS