mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 21:19:16 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
"""Constants for Econet integration."""
|
|
|
|
DOMAIN = "econet"
|
|
SERVICE_ADD_VACATION = "add_vacation"
|
|
SERVICE_DELETE_VACATION = "delete_vacation"
|