1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-15 13:01:22 +01:00
Files
core/homeassistant/components/dunehd/const.py
T
2024-03-08 14:15:26 +01:00

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"