mirror of
https://github.com/home-assistant/core.git
synced 2025-07-01 10:27:11 +00:00
7 lines
135 B
Python
7 lines
135 B
Python
"""Constants for the Discovergy integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "discovergy"
|
|
MANUFACTURER = "Discovergy"
|