mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 11:38:47 +01:00
Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Sillyfrog <sillyfrog@users.noreply.github.com>
7 lines
181 B
Python
7 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_{}"
|