mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 14:05:34 +01:00
10 lines
195 B
Python
10 lines
195 B
Python
"""Constants for Dune HD integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from typing import Final
|
|
|
|
ATTR_MANUFACTURER: Final = "Dune"
|
|
DOMAIN: Final = "dunehd"
|
|
DEFAULT_NAME: Final = "Dune HD"
|