Go to the source code of this file.
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 |