mirror of
https://github.com/home-assistant/core.git
synced 2025-06-26 07:57:12 +00:00
10 lines
230 B
Python
10 lines
230 B
Python
"""Constants for the Rollease Acmeda Automate integration."""
|
|
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
DOMAIN = "acmeda"
|
|
|
|
ACMEDA_HUB_UPDATE = "acmeda_hub_update_{}"
|
|
ACMEDA_ENTITY_REMOVE = "acmeda_entity_remove_{}"
|