hass-core/homeassistant/components/switch_as_x/const.py
Franck Nijhof 25f2e4bd99
Small improvements for Switch as X (#68079)
* Small improvements forr Switch as X

* Test improvements

* Remove intregration tests from config flow test
2022-03-13 19:34:02 +01:00

7 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"