2022-03-13 18:34:02 +00:00
|
|
|
"""Constants for the Switch as X integration."""
|
|
|
|
|
|
|
|
from typing import Final
|
|
|
|
|
|
|
|
DOMAIN: Final = "switch_as_x"
|
|
|
|
|
2024-01-24 15:35:08 +00:00
|
|
|
CONF_INVERT: Final = "invert"
|
2022-03-13 18:34:02 +00:00
|
|
|
CONF_TARGET_DOMAIN: Final = "target_domain"
|