mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 05:29:14 +00:00
6 lines
109 B
Python
6 lines
109 B
Python
"""Constants for Econet integration."""
|
|
|
|
DOMAIN = "econet"
|
|
API_CLIENT = "api_client"
|
|
EQUIPMENT = "equipment"
|