Code styling tweaks to the tests - Part 2 (#86662)
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
This commit is contained in:
parent
7ab88fa713
commit
e50a531cd9
54 changed files with 734 additions and 360 deletions
|
@ -1297,7 +1297,7 @@ async def test_subscribe_unsubscribe_logbook_stream(
|
|||
"context_entity_id": "automation.alarm",
|
||||
"context_event_type": "automation_triggered",
|
||||
"context_id": "ac5bd62de45711eaaeb351041eec8dd9",
|
||||
"context_message": "triggered by state of " "binary_sensor.dog_food_ready",
|
||||
"context_message": "triggered by state of binary_sensor.dog_food_ready",
|
||||
"context_name": "Mock automation",
|
||||
"context_source": "state of binary_sensor.dog_food_ready",
|
||||
"context_user_id": "b400facee45711eaa9308bfd3d19e474",
|
||||
|
@ -1311,7 +1311,7 @@ async def test_subscribe_unsubscribe_logbook_stream(
|
|||
"context_domain": "automation",
|
||||
"context_entity_id": "automation.alarm",
|
||||
"context_event_type": "automation_triggered",
|
||||
"context_message": "triggered by state of " "binary_sensor.dog_food_ready",
|
||||
"context_message": "triggered by state of binary_sensor.dog_food_ready",
|
||||
"context_name": "Mock automation",
|
||||
"context_source": "state of binary_sensor.dog_food_ready",
|
||||
"context_user_id": "b400facee45711eaa9308bfd3d19e474",
|
||||
|
@ -1323,7 +1323,7 @@ async def test_subscribe_unsubscribe_logbook_stream(
|
|||
"context_domain": "automation",
|
||||
"context_entity_id": "automation.alarm",
|
||||
"context_event_type": "automation_triggered",
|
||||
"context_message": "triggered by state of " "binary_sensor.dog_food_ready",
|
||||
"context_message": "triggered by state of binary_sensor.dog_food_ready",
|
||||
"context_name": "Mock automation",
|
||||
"context_source": "state of binary_sensor.dog_food_ready",
|
||||
"context_user_id": "b400facee45711eaa9308bfd3d19e474",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue