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

Namespaces

 bridge
 
 config_flow
 
 const
 
 convert_config
 
 cover
 
 entity
 
 light
 
 panel
 
 schema
 
 switch
 

Functions

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

Variables

 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 

Detailed Description

Support for the Dynalite networks.

Function Documentation

◆ async_entry_changed()

None homeassistant.components.dynalite.async_entry_changed ( HomeAssistant  hass,
ConfigEntry  entry 
)
Reload entry since the data has changed.

Definition at line 83 of file __init__.py.

◆ async_setup()

bool homeassistant.components.dynalite.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Dynalite platform.

Definition at line 30 of file __init__.py.

◆ async_setup_entry()

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

Definition at line 91 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 108 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

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

Definition at line 27 of file __init__.py.