From f762359abff12bb5767ccf0d3fedfba1ec393df0 Mon Sep 17 00:00:00 2001 From: Noah Husby <32528627+noahhusby@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:05:24 -0400 Subject: [PATCH] Bump aiorussound to 1.1.2 (#121674) --- homeassistant/components/russound_rio/manifest.json | 4 ++-- homeassistant/components/russound_rio/media_player.py | 2 +- requirements_all.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/russound_rio/manifest.json b/homeassistant/components/russound_rio/manifest.json index 4f35bf69736..418e9689d83 100644 --- a/homeassistant/components/russound_rio/manifest.json +++ b/homeassistant/components/russound_rio/manifest.json @@ -4,6 +4,6 @@ "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/russound_rio", "iot_class": "local_push", - "loggers": ["russound_rio"], - "requirements": ["russound-rio==1.0.0"] + "loggers": ["aiorussound"], + "requirements": ["aiorussound==1.1.2"] } diff --git a/homeassistant/components/russound_rio/media_player.py b/homeassistant/components/russound_rio/media_player.py index faea8b7193e..334fccc08ab 100644 --- a/homeassistant/components/russound_rio/media_player.py +++ b/homeassistant/components/russound_rio/media_player.py @@ -2,7 +2,7 @@ from __future__ import annotations -from russound_rio import Russound +from aiorussound import Russound import voluptuous as vol from homeassistant.components.media_player import ( diff --git a/requirements_all.txt b/requirements_all.txt index 4424e2b5ae5..5c62c33c819 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -355,6 +355,9 @@ aioridwell==2024.01.0 # homeassistant.components.ruckus_unleashed aioruckus==0.34 +# homeassistant.components.russound_rio +aiorussound==1.1.2 + # homeassistant.components.ruuvi_gateway aioruuvigateway==0.1.0 @@ -2503,9 +2506,6 @@ rpi-bad-power==0.1.0 # homeassistant.components.rtsp_to_webrtc rtsp-to-webrtc==0.5.1 -# homeassistant.components.russound_rio -russound-rio==1.0.0 - # homeassistant.components.russound_rnet russound==0.1.9