Restructure public config and deployment

This commit is contained in:
ajp_anton
2026-05-30 19:17:27 +00:00
parent cc4e0c2c0f
commit cdf1f4e3a1
24 changed files with 710 additions and 302 deletions
+3 -3
View File
@@ -95,7 +95,7 @@ def test_double_long_state_is_per_physical_remote() -> None:
def test_hold_count_gesture_patterns() -> None:
action = ActionSpec("turn_off", target="Example Living")
action = ActionSpec("turn_off", target="Living Room")
engine = AutomationEngine(
remotes={"4": RemoteSpec("4", "room", "Room remote")},
rules=(
@@ -124,7 +124,7 @@ def test_hold_count_gesture_patterns() -> None:
def test_automation_rules_bind_to_internal_remote_id() -> None:
action = ActionSpec("turn_off", target="Example Living")
action = ActionSpec("turn_off", target="Living Room")
engine = AutomationEngine(
remotes={
"4": RemoteSpec("4", "room", "First"),
@@ -167,7 +167,7 @@ def test_time_condition_handles_midnight_wrap() -> None:
def test_automation_rules_can_be_built_from_nested_config() -> None:
action = ActionSpec("turn_off", target="Example Living")
action = ActionSpec("turn_off", target="Living Room")
rules = automation_rules(
{