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

Namespaces

 binary_sensor
 
 button
 
 climate
 
 config_flow
 
 const
 
 coordinator
 
 cover
 
 device_tracker
 
 diagnostics
 
 entity
 
 helpers
 
 lock
 
 media_player
 
 models
 
 number
 
 select
 
 sensor
 
 switch
 
 update
 

Functions

bool async_setup_entry (HomeAssistant hass, TessieConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, TessieConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS
 
 TessieConfigEntry
 

Detailed Description

Tessie integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.tessie.async_setup_entry ( HomeAssistant  hass,
TessieConfigEntry  entry 
)
Set up Tessie config.

Definition at line 48 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.tessie.async_unload_entry ( HomeAssistant  hass,
TessieConfigEntry  entry 
)
Unload Tessie Config.

Definition at line 158 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.tessie._LOGGER = logging.getLogger(__name__)
private

Definition at line 43 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.tessie.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.BUTTON,
4  Platform.CLIMATE,
5  Platform.COVER,
6  Platform.DEVICE_TRACKER,
7  Platform.LOCK,
8  Platform.MEDIA_PLAYER,
9  Platform.NUMBER,
10  Platform.SELECT,
11  Platform.SENSOR,
12  Platform.SWITCH,
13  Platform.UPDATE,
14 ]

Definition at line 28 of file __init__.py.

◆ TessieConfigEntry

homeassistant.components.tessie.TessieConfigEntry

Definition at line 45 of file __init__.py.