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

Classes

class  V2CSwitchEntity
 
class  V2CSwitchEntityDescription
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple TRYDAN_SWITCHES
 

Detailed Description

Switch platform for V2C EVSE.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.v2c.switch.async_setup_entry ( HomeAssistant  hass,
V2CConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up V2C switch platform.

Definition at line 80 of file switch.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file switch.py.

◆ TRYDAN_SWITCHES

tuple homeassistant.components.v2c.switch.TRYDAN_SWITCHES

Definition at line 39 of file switch.py.