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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 lock
 
 sensor
 

Functions

bool async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_setup_entry (HomeAssistant hass, TedeeConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
Callable[[HomeAssistant, str, Request], Awaitable[Response|None]] get_webhook_handler (TedeeApiCoordinator coordinator)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS
 

Detailed Description

Init the tedee component.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.tedee.async_migrate_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Migrate old entry.

Definition at line 134 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.tedee.async_setup_entry ( HomeAssistant  hass,
TedeeConfigEntry  entry 
)
Integration setup.

Definition at line 37 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.tedee.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 102 of file __init__.py.

◆ get_webhook_handler()

Callable[[HomeAssistant, str, Request], Awaitable[Response | None]] homeassistant.components.tedee.get_webhook_handler ( TedeeApiCoordinator  coordinator)
Return webhook handler.

Definition at line 107 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 34 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.tedee.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.LOCK,
4  Platform.SENSOR,
5 ]

Definition at line 28 of file __init__.py.