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

Namespaces

 climate
 
 config_flow
 
 coordinator
 
 entity
 
 sensor
 
 water_heater
 

Functions

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

Variables

string DOMAIN = "atag"
 
list PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.WATER_HEATER]
 

Detailed Description

The ATAG Integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.atag.async_setup_entry ( HomeAssistant  hass,
AtagConfigEntry  entry 
)
Set up Atag integration from a config entry.

Definition at line 12 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.atag.async_unload_entry ( HomeAssistant  hass,
AtagConfigEntry  entry 
)
Unload Atag config entry.

Definition at line 27 of file __init__.py.

Variable Documentation

◆ DOMAIN

string homeassistant.components.atag.DOMAIN = "atag"

Definition at line 8 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.atag.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.WATER_HEATER]

Definition at line 9 of file __init__.py.