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