Classes | |
| class | GenericThermostat |
Functions | |
| None | _async_setup_config (HomeAssistant hass, Mapping[str, Any] config, str|None unique_id, AddEntitiesCallback async_add_entities) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_INITIAL_HVAC_MODE = "initial_hvac_mode" |
| string | CONF_KEEP_ALIVE = "keep_alive" |
| string | CONF_MAX_TEMP = "max_temp" |
| string | CONF_MIN_TEMP = "min_temp" |
| string | CONF_PRECISION = "precision" |
| string | CONF_TARGET_TEMP = "target_temp" |
| string | CONF_TEMP_STEP = "target_temp_step" |
| string | DEFAULT_NAME = "Generic Thermostat" |
| PLATFORM_SCHEMA = CLIMATE_PLATFORM_SCHEMA.extend(PLATFORM_SCHEMA_COMMON.schema) | |
| PLATFORM_SCHEMA_COMMON | |
| VolDictType | |
Adds support for generic thermostat units.
|
private |
Set up the generic thermostat platform.
Definition at line 151 of file climate.py.
| None homeassistant.components.generic_thermostat.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Initialize config entry.
Definition at line 123 of file climate.py.
| None homeassistant.components.generic_thermostat.climate.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the generic thermostat platform.
Definition at line 137 of file climate.py.
|
private |
Definition at line 74 of file climate.py.
| string homeassistant.components.generic_thermostat.climate.CONF_INITIAL_HVAC_MODE = "initial_hvac_mode" |
Definition at line 78 of file climate.py.
| string homeassistant.components.generic_thermostat.climate.CONF_KEEP_ALIVE = "keep_alive" |
Definition at line 79 of file climate.py.
| string homeassistant.components.generic_thermostat.climate.CONF_MAX_TEMP = "max_temp" |
Definition at line 81 of file climate.py.
| string homeassistant.components.generic_thermostat.climate.CONF_MIN_TEMP = "min_temp" |
Definition at line 80 of file climate.py.
| string homeassistant.components.generic_thermostat.climate.CONF_PRECISION = "precision" |
Definition at line 82 of file climate.py.
| string homeassistant.components.generic_thermostat.climate.CONF_TARGET_TEMP = "target_temp" |
Definition at line 83 of file climate.py.
| string homeassistant.components.generic_thermostat.climate.CONF_TEMP_STEP = "target_temp_step" |
Definition at line 84 of file climate.py.
| string homeassistant.components.generic_thermostat.climate.DEFAULT_NAME = "Generic Thermostat" |
Definition at line 76 of file climate.py.
| homeassistant.components.generic_thermostat.climate.PLATFORM_SCHEMA = CLIMATE_PLATFORM_SCHEMA.extend(PLATFORM_SCHEMA_COMMON.schema) |
Definition at line 120 of file climate.py.
| homeassistant.components.generic_thermostat.climate.PLATFORM_SCHEMA_COMMON |
Definition at line 91 of file climate.py.
| homeassistant.components.generic_thermostat.climate.VolDictType |
Definition at line 87 of file climate.py.