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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 media_player
 

Functions

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

Variables

list PLATFORMS = [Platform.MEDIA_PLAYER]
 

Detailed Description

The Devialet integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.devialet.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload Devialet config entry.

Definition at line 28 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.devialet.PLATFORMS = [Platform.MEDIA_PLAYER]

Definition at line 14 of file __init__.py.