Bump aiohue library to 4.6.1 (#85504)

* Bump aiohue to 4.6.0

* fix device name for lights

* fix name for groups too

* ignore smart scenes

* bump to 4.6.1 instead

* fix test fixture

* update tests

* fix scene test
This commit is contained in:
Marcel van der Veldt 2023-01-09 16:37:03 +01:00 committed by GitHub
parent 86ab5f76e0
commit c181fb6de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 27 additions and 40 deletions

View file

@ -32,7 +32,6 @@ FAKE_LIGHT = {
},
"id": "fake_light_id_1",
"id_v1": "/lights/1",
"metadata": {"archetype": "unknown", "name": "Hue fake light"},
"mode": "normal",
"on": {"on": False},
"owner": {"rid": "fake_device_id_1", "rtype": "device"},
@ -93,5 +92,6 @@ FAKE_SCENE = {
},
"palette": {"color": [], "color_temperature": [], "dimming": []},
"speed": 0.5,
"auto_dynamic": False,
"type": "scene",
}