Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Sillyfrog <sillyfrog@users.noreply.github.com>
6 lines
181 B
Python
6 lines
181 B
Python
"""Constants for the Automate Pulse Hub v2 integration."""
|
|
|
|
DOMAIN = "automate"
|
|
|
|
AUTOMATE_HUB_UPDATE = "automate_hub_update_{}"
|
|
AUTOMATE_ENTITY_REMOVE = "automate_entity_remove_{}"
|