Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Rollease Acmeda Automate integration."""
2 
3 import logging
4 
5 LOGGER = logging.getLogger(__package__)
6 DOMAIN = "acmeda"
7 
8 ACMEDA_HUB_UPDATE = "acmeda_hub_update_{}"
9 ACMEDA_ENTITY_REMOVE = "acmeda_entity_remove_{}"