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

Namespaces

 api
 
 application_credentials
 
 climate
 
 config_flow
 
 const
 
 entity
 
 sensor
 

Functions

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

Variables

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

Detailed Description

The Honeywell Lyric integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.lyric.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Honeywell Lyric from a config entry.

Definition at line 39 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 115 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 34 of file __init__.py.

◆ CONFIG_SCHEMA

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

Definition at line 32 of file __init__.py.

◆ PLATFORMS

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

Definition at line 36 of file __init__.py.