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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 notify
 
 sensor
 
 services
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
list PLATFORMS = [Platform.NOTIFY, Platform.SENSOR]
 

Detailed Description

Support for Tibber.

Function Documentation

◆ async_setup()

bool homeassistant.components.tibber.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Tibber component.

Definition at line 27 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.tibber.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up a config entry.

Definition at line 37 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 73 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 24 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.tibber.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 22 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.tibber.PLATFORMS = [Platform.NOTIFY, Platform.SENSOR]

Definition at line 20 of file __init__.py.