mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Bump aiorussound to 4.3.0 (#134242)
* Bump aiorussound to 4.3.0 * Force CI
This commit is contained in:
parent
8b20272272
commit
0888d1a169
@ -40,6 +40,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: RussoundConfigEntry) ->
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
await client.connect()
|
await client.connect()
|
||||||
|
await client.load_zone_source_metadata()
|
||||||
except RUSSOUND_RIO_EXCEPTIONS as err:
|
except RUSSOUND_RIO_EXCEPTIONS as err:
|
||||||
raise ConfigEntryNotReady(
|
raise ConfigEntryNotReady(
|
||||||
translation_domain=DOMAIN,
|
translation_domain=DOMAIN,
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["aiorussound"],
|
"loggers": ["aiorussound"],
|
||||||
"quality_scale": "silver",
|
"quality_scale": "silver",
|
||||||
"requirements": ["aiorussound==4.2.0"],
|
"requirements": ["aiorussound==4.3.0"],
|
||||||
"zeroconf": ["_rio._tcp.local."]
|
"zeroconf": ["_rio._tcp.local."]
|
||||||
}
|
}
|
||||||
|
@ -356,7 +356,7 @@ aioridwell==2024.01.0
|
|||||||
aioruckus==0.42
|
aioruckus==0.42
|
||||||
|
|
||||||
# homeassistant.components.russound_rio
|
# homeassistant.components.russound_rio
|
||||||
aiorussound==4.2.0
|
aiorussound==4.3.0
|
||||||
|
|
||||||
# homeassistant.components.ruuvi_gateway
|
# homeassistant.components.ruuvi_gateway
|
||||||
aioruuvigateway==0.1.0
|
aioruuvigateway==0.1.0
|
||||||
|
@ -338,7 +338,7 @@ aioridwell==2024.01.0
|
|||||||
aioruckus==0.42
|
aioruckus==0.42
|
||||||
|
|
||||||
# homeassistant.components.russound_rio
|
# homeassistant.components.russound_rio
|
||||||
aiorussound==4.2.0
|
aiorussound==4.3.0
|
||||||
|
|
||||||
# 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