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

Namespaces

 alarm_control_panel
 
 binary_sensor
 
 climate
 
 config_flow
 
 const
 
 coordinator
 
 cover
 
 diagnostics
 
 humidifier
 
 light
 
 sensor
 
 switch
 

Functions

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

Variables

list BRIDGE_PLATFORMS
 
list VEDO_PLATFORMS
 

Detailed Description

Comelit integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.comelit.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Comelit platform.

Definition at line 27 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 57 of file __init__.py.

Variable Documentation

◆ BRIDGE_PLATFORMS

list homeassistant.components.comelit.BRIDGE_PLATFORMS
Initial value:
1 = [
2  Platform.CLIMATE,
3  Platform.COVER,
4  Platform.HUMIDIFIER,
5  Platform.LIGHT,
6  Platform.SENSOR,
7  Platform.SWITCH,
8 ]

Definition at line 12 of file __init__.py.

◆ VEDO_PLATFORMS

list homeassistant.components.comelit.VEDO_PLATFORMS
Initial value:
1 = [
2  Platform.ALARM_CONTROL_PANEL,
3  Platform.BINARY_SENSOR,
4  Platform.SENSOR,
5 ]

Definition at line 20 of file __init__.py.