Classes | |
| class | VenstarSensor |
| class | VenstarSensorEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| str | temperature_unit (VenstarDataUpdateCoordinator coordinator) |
Variables | |
| dictionary | RUNTIME_ATTRIBUTES |
| string | RUNTIME_AUX1 = "aux1" |
| string | RUNTIME_AUX2 = "aux2" |
| string | RUNTIME_COOL1 = "cool1" |
| string | RUNTIME_COOL2 = "cool2" |
| list | RUNTIME_DEVICES |
| RUNTIME_ENTITY | |
| string | RUNTIME_FC = "fc" |
| string | RUNTIME_HEAT1 = "heat1" |
| string | RUNTIME_HEAT2 = "heat2" |
| string | RUNTIME_OV = "ov" |
Representation of Venstar sensors.
| None homeassistant.components.venstar.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| str homeassistant.components.venstar.sensor.temperature_unit | ( | VenstarDataUpdateCoordinator | coordinator | ) |
| dictionary homeassistant.components.venstar.sensor.RUNTIME_ATTRIBUTES |
| string homeassistant.components.venstar.sensor.RUNTIME_AUX1 = "aux1" |
| string homeassistant.components.venstar.sensor.RUNTIME_AUX2 = "aux2" |
| string homeassistant.components.venstar.sensor.RUNTIME_COOL1 = "cool1" |
| string homeassistant.components.venstar.sensor.RUNTIME_COOL2 = "cool2" |
| list homeassistant.components.venstar.sensor.RUNTIME_DEVICES |
| homeassistant.components.venstar.sensor.RUNTIME_ENTITY |
| string homeassistant.components.venstar.sensor.RUNTIME_FC = "fc" |
| string homeassistant.components.venstar.sensor.RUNTIME_HEAT1 = "heat1" |
| string homeassistant.components.venstar.sensor.RUNTIME_HEAT2 = "heat2" |