mirror of
https://github.com/home-assistant/core.git
synced 2026-08-03 20:24:55 +02:00
Bump aiohue to 4.8.2 (#177631)
This commit is contained in:
committed by
GitHub
parent
74e459f475
commit
9334aadef1
@@ -10,6 +10,6 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aiohue"],
|
||||
"requirements": ["aiohue==4.8.1"],
|
||||
"requirements": ["aiohue==4.8.2"],
|
||||
"zeroconf": ["_hue._tcp.local."]
|
||||
}
|
||||
|
||||
@@ -107,7 +107,9 @@ class HueSceneEntityBase(HueBaseEntity, SceneEntity):
|
||||
super().__init__(bridge, controller, resource)
|
||||
self.resource = resource
|
||||
self.controller = controller
|
||||
self.hue_group = self.controller.get_group(self.resource.id)
|
||||
if (hue_group := self.controller.get_group(self.resource.id)) is None:
|
||||
raise KeyError(self.resource.group.rid)
|
||||
self.hue_group = hue_group
|
||||
# we create a virtual service/device for Hue zones/rooms
|
||||
# so we have a parent for grouped lights and scenes
|
||||
self._attr_device_info = DeviceInfo(
|
||||
|
||||
Generated
+1
-1
@@ -300,7 +300,7 @@ aiohomekit==4.0.0
|
||||
aiohttp_sse==2.2.0
|
||||
|
||||
# homeassistant.components.hue
|
||||
aiohue==4.8.1
|
||||
aiohue==4.8.2
|
||||
|
||||
# homeassistant.components.imap
|
||||
aioimaplib==2.0.1
|
||||
|
||||
@@ -2535,7 +2535,7 @@
|
||||
},
|
||||
{
|
||||
"id": "5e6f7a8b-9c0d-1e2f-3a4b-5c6d7e8f9a0b",
|
||||
"name": "Test clip resource",
|
||||
"resources": ["clip", "zigbee_device_discovery"],
|
||||
"type": "clip"
|
||||
},
|
||||
{
|
||||
@@ -2554,7 +2554,15 @@
|
||||
"type": "time"
|
||||
},
|
||||
{
|
||||
"action": {
|
||||
"action_type_values": ["search", "search_allow_default_link_key"]
|
||||
},
|
||||
"add_install_codes": {},
|
||||
"id": "8b9c0d1e-2f3a-4b5c-6d7e-8f9a0b1c2d3e",
|
||||
"owner": {
|
||||
"rid": "4a507550-8742-4087-8bf5-c2334f29891c",
|
||||
"rtype": "device"
|
||||
},
|
||||
"status": "ready",
|
||||
"type": "zigbee_device_discovery"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user