5 lines
134 B
Python
5 lines
134 B
Python
"""Constants for the Discovergy integration."""
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "discovergy"
|
|
MANUFACTURER = "Discovergy"
|