mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 02:04:25 +01:00
* Small improvements forr Switch as X * Test improvements * Remove intregration tests from config flow test
8 lines
151 B
Python
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"
|