mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-15 00:04:05 +02:00
assert
This commit is contained in:
parent
f04c475d06
commit
6a14d7140b
1 changed files with 1 additions and 0 deletions
|
|
@ -1647,6 +1647,7 @@ async def test_proactive_multiple_lights_turn_on_managed_lights_only(hass):
|
|||
# The `has_intercepted` path
|
||||
assert events[1].data["service_data"][ATTR_ENTITY_ID] == ENTITY_LIGHT_2
|
||||
assert ":ntrc:" in events[1].context.id
|
||||
assert ATTR_BRIGHTNESS in events[1].data["service_data"]
|
||||
|
||||
|
||||
async def test_proactive_multiple_lights_one_switch_and_one_skipped(hass):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue