Home Assistant Unofficial Reference 2024.12.1
climate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ephember.climate.EphEmberThermostat
 

Namespaces

 homeassistant.components.ephember.climate
 

Functions

None homeassistant.components.ephember.climate.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.ephember.climate._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.ephember.climate.EPH_TO_HA_STATE
 
dictionary homeassistant.components.ephember.climate.HA_STATE_TO_EPH = {value: key for key, value in EPH_TO_HA_STATE.items()}
 
list homeassistant.components.ephember.climate.OPERATION_LIST = [HVACMode.HEAT_COOL, HVACMode.HEAT, HVACMode.OFF]
 
 homeassistant.components.ephember.climate.PLATFORM_SCHEMA
 
 homeassistant.components.ephember.climate.SCAN_INTERVAL = timedelta(seconds=120)