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

Namespaces

 config_flow
 
 const
 
 sensor
 

Classes

class  HassFlickAuth
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_ID_TOKEN = "id_token"
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The Flick Electric integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.flick_electric.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Flick Electric from a config entry.

Definition at line 32 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 44 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 25 of file __init__.py.

◆ CONF_ID_TOKEN

string homeassistant.components.flick_electric.CONF_ID_TOKEN = "id_token"

Definition at line 27 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.flick_electric.PLATFORMS = [Platform.SENSOR]

Definition at line 29 of file __init__.py.