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

Classes

class  HomeConnectPowerSwitch
 
class  HomeConnectProgramSwitch
 
class  HomeConnectSwitch
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple SWITCHES
 

Detailed Description

Provides a switch for Home Connect.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.home_connect.switch.async_setup_entry ( HomeAssistant  hass,
HomeConnectConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Home Connect switch.

Definition at line 93 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 38 of file switch.py.

◆ SWITCHES

tuple homeassistant.components.home_connect.switch.SWITCHES

Definition at line 41 of file switch.py.