mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Bump aiorussound to 2.0.7 (#122389)
This commit is contained in:
parent
b14e8d1609
commit
02c34ba3f8
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/russound_rio",
|
"documentation": "https://www.home-assistant.io/integrations/russound_rio",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["aiorussound"],
|
"loggers": ["aiorussound"],
|
||||||
"requirements": ["aiorussound==2.0.6"]
|
"requirements": ["aiorussound==2.0.7"]
|
||||||
}
|
}
|
||||||
|
@ -86,7 +86,7 @@ async def async_setup_entry(
|
|||||||
controllers = await russ.enumerate_controllers()
|
controllers = await russ.enumerate_controllers()
|
||||||
|
|
||||||
entities = []
|
entities = []
|
||||||
for controller in controllers:
|
for controller in controllers.values():
|
||||||
sources = controller.sources
|
sources = controller.sources
|
||||||
for source in sources.values():
|
for source in sources.values():
|
||||||
await source.watch()
|
await source.watch()
|
||||||
|
@ -350,7 +350,7 @@ aioridwell==2024.01.0
|
|||||||
aioruckus==0.34
|
aioruckus==0.34
|
||||||
|
|
||||||
# homeassistant.components.russound_rio
|
# homeassistant.components.russound_rio
|
||||||
aiorussound==2.0.6
|
aiorussound==2.0.7
|
||||||
|
|
||||||
# homeassistant.components.ruuvi_gateway
|
# homeassistant.components.ruuvi_gateway
|
||||||
aioruuvigateway==0.1.0
|
aioruuvigateway==0.1.0
|
||||||
|
@ -329,7 +329,7 @@ aioridwell==2024.01.0
|
|||||||
aioruckus==0.34
|
aioruckus==0.34
|
||||||
|
|
||||||
# homeassistant.components.russound_rio
|
# homeassistant.components.russound_rio
|
||||||
aiorussound==2.0.6
|
aiorussound==2.0.7
|
||||||
|
|
||||||
# homeassistant.components.ruuvi_gateway
|
# homeassistant.components.ruuvi_gateway
|
||||||
aioruuvigateway==0.1.0
|
aioruuvigateway==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user