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

Classes

class  TessieChargeFromGridSwitchEntity
 
class  TessieChargeSwitchEntity
 
class  TessieStormModeSwitchEntity
 
class  TessieSwitchEntity
 
class  TessieSwitchEntityDescription
 

Functions

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

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Switch platform for Tessie integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.tessie.switch.async_setup_entry ( HomeAssistant  hass,
TessieConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Tessie Switch platform from a config entry.

Definition at line 77 of file switch.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.tessie.switch.PARALLEL_UPDATES = 0

Definition at line 74 of file switch.py.