mirror of
https://github.com/home-assistant/core.git
synced 2026-08-17 18:54:06 +01:00
9 lines
181 B
Python
9 lines
181 B
Python
"""Constants for the Rollease Acmeda Automate integration."""
|
|
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
DOMAIN = "acmeda"
|
|
|
|
ACMEDA_HUB_UPDATE = "acmeda_hub_update_{}"
|