Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ecobee.switch Namespace Reference

Classes

class  EcobeeSwitchAuxHeatOnly
 
class  EcobeeVentilator20MinSwitch
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string DATE_FORMAT = "%Y-%m-%d %H:%M:%S"
 

Detailed Description

Support for using switch with ecobee thermostats.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.ecobee.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the ecobee thermostat switch entity.

Definition at line 26 of file switch.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.ecobee.switch._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file switch.py.

◆ DATE_FORMAT

string homeassistant.components.ecobee.switch.DATE_FORMAT = "%Y-%m-%d %H:%M:%S"

Definition at line 23 of file switch.py.