mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 08:44:03 +02:00
"instance" was created in the basic features PR.
This commit is contained in:
parent
34e082c151
commit
0e85b859e9
1 changed files with 3 additions and 1 deletions
|
|
@ -223,7 +223,9 @@ async def test_adaptive_lighting_switches(hass):
|
|||
assert ADAPT_COLOR_SWITCH in data
|
||||
assert ADAPT_BRIGHTNESS_SWITCH in data
|
||||
assert UNDO_UPDATE_LISTENER in data
|
||||
assert len(data.keys()) == 5
|
||||
assert "instance" in data
|
||||
|
||||
assert len(data.keys()) == 6
|
||||
|
||||
|
||||
@pytest.mark.parametrize("lat,long,timezone", LAT_LONG_TZS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue