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