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

Classes

class  EcoNetSwitchAuxHeatOnly
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for using switch with ecoNet thermostats.

Function Documentation

◆ async_setup_entry()

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

Definition at line 22 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file switch.py.