mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 08:06:53 +01:00
6 lines
100 B
Python
6 lines
100 B
Python
"""Constants for the duotecno integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "duotecno"
|