Classes | |
| class | OpenThermClimate |
| class | OpenThermClimateEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| bool | DEFAULT_FLOOR_TEMP = False |
Support for OpenTherm Gateway climate devices.
| None homeassistant.components.opentherm_gw.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up an OpenTherm Gateway climate entity.
Definition at line 51 of file climate.py.
|
private |
Definition at line 39 of file climate.py.
| bool homeassistant.components.opentherm_gw.climate.DEFAULT_FLOOR_TEMP = False |
Definition at line 41 of file climate.py.