Files
core/homeassistant/components/dunehd/const.py
T

8 lines
159 B
Python

"""Constants for Dune HD integration."""
from typing import Final
ATTR_MANUFACTURER: Final = "Dune"
DOMAIN: Final = "dunehd"
DEFAULT_NAME: Final = "Dune HD"