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

Namespaces

 button
 
 config_flow
 
 const
 
 coordinator
 
 cover
 
 sensor
 

Classes

class  DeskData
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The IKEA Idasen Desk integration.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.idasen_desk._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 92 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.idasen_desk.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up IKEA Idasen from a config entry.

Definition at line 42 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 99 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 30 of file __init__.py.