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

Variables

string ACMEDA_ENTITY_REMOVE = "acmeda_entity_remove_{}"
 
string ACMEDA_HUB_UPDATE = "acmeda_hub_update_{}"
 
string DOMAIN = "acmeda"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Rollease Acmeda Automate integration.

Variable Documentation

◆ ACMEDA_ENTITY_REMOVE

string homeassistant.components.acmeda.const.ACMEDA_ENTITY_REMOVE = "acmeda_entity_remove_{}"

Definition at line 9 of file const.py.

◆ ACMEDA_HUB_UPDATE

string homeassistant.components.acmeda.const.ACMEDA_HUB_UPDATE = "acmeda_hub_update_{}"

Definition at line 8 of file const.py.

◆ DOMAIN

string homeassistant.components.acmeda.const.DOMAIN = "acmeda"

Definition at line 6 of file const.py.

◆ LOGGER

homeassistant.components.acmeda.const.LOGGER = logging.getLogger(__package__)

Definition at line 5 of file const.py.