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

Namespaces

 config_flow
 
 const
 
 cover
 
 entity
 
 errors
 
 helpers
 
 hub
 
 sensor
 

Functions

None _migrate_unique_ids (HomeAssistant hass, AcmedaConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, AcmedaConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, AcmedaConfigEntry config_entry)
 

Variables

 AcmedaConfigEntry
 
string CONF_HUBS = "hubs"
 
list PLATFORMS = [Platform.COVER, Platform.SENSOR]
 

Detailed Description

The Rollease Acmeda Automate integration.

Function Documentation

◆ _migrate_unique_ids()

None homeassistant.components.acmeda._migrate_unique_ids ( HomeAssistant  hass,
AcmedaConfigEntry  entry 
)
private
Migrate pre-config flow unique ids.

Definition at line 35 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.acmeda.async_setup_entry ( HomeAssistant  hass,
AcmedaConfigEntry   config_entry 
)
Set up Rollease Acmeda Automate hub from a config entry.

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.acmeda.async_unload_entry ( HomeAssistant  hass,
AcmedaConfigEntry   config_entry 
)
Unload a config entry.

Definition at line 48 of file __init__.py.

Variable Documentation

◆ AcmedaConfigEntry

homeassistant.components.acmeda.AcmedaConfigEntry

Definition at line 14 of file __init__.py.

◆ CONF_HUBS

string homeassistant.components.acmeda.CONF_HUBS = "hubs"

Definition at line 10 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.acmeda.PLATFORMS = [Platform.COVER, Platform.SENSOR]

Definition at line 12 of file __init__.py.