mirror of
https://github.com/home-assistant/core.git
synced 2026-05-29 19:57:40 +01:00
260d9f8e16
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
6 lines
109 B
Python
6 lines
109 B
Python
"""Constants for Econet integration."""
|
|
|
|
DOMAIN = "econet"
|
|
API_CLIENT = "api_client"
|
|
EQUIPMENT = "equipment"
|