Restructure public config and deployment
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user