ha-core/homeassistant/components/switch_as_x/const.py

8 lines
151 B
Python

"""Constants for the Switch as X integration."""
from typing import Final
DOMAIN: Final = "switch_as_x"
CONF_TARGET_DOMAIN: Final = "target_domain"