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

8 lines
171 B
Python

"""Constants for the Honeywell String Lights integration."""
from typing import Final
DOMAIN: Final = "honeywell_string_lights"
CONF_TRANSMITTER: Final = "transmitter"