From e23da7a5f02042ec7bdedfc7d74bed003dfcfa52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Diego=20Rodr=C3=ADguez=20Royo?= Date: Sat, 11 Apr 2026 13:55:29 +0200 Subject: [PATCH] Bump aiohomeconnect to 0.36.0 (#167973) --- homeassistant/components/home_connect/climate.py | 8 +++----- homeassistant/components/home_connect/fan.py | 4 ++-- homeassistant/components/home_connect/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/home_connect/climate.py b/homeassistant/components/home_connect/climate.py index eda016342e5..eccb3301f9f 100644 --- a/homeassistant/components/home_connect/climate.py +++ b/homeassistant/components/home_connect/climate.py @@ -179,13 +179,13 @@ class HomeConnectAirConditioningEntity(HomeConnectEntity, ClimateEntity): self.async_on_remove( self.coordinator.async_add_listener( self._handle_coordinator_update_fan_mode, - EventKey.HEATING_VENTILATION_AIR_CONDITIONING_AIR_CONDITIONER_FAN_SPEED_MODE, + EventKey.HEATING_VENTILATION_AIR_CONDITIONING_AIR_CONDITIONER_OPTION_FAN_SPEED_MODE, ) ) self.async_on_remove( self.coordinator.async_add_listener( self._handle_coordinator_update, - EventKey(SettingKey.BSH_COMMON_POWER_STATE), + EventKey.BSH_COMMON_SETTING_POWER_STATE, ) ) @@ -215,9 +215,7 @@ class HomeConnectAirConditioningEntity(HomeConnectEntity, ClimateEntity): """Return the fan setting.""" option_value = None if event := self.appliance.events.get( - EventKey( - OptionKey.HEATING_VENTILATION_AIR_CONDITIONING_AIR_CONDITIONER_FAN_SPEED_MODE - ) + EventKey.HEATING_VENTILATION_AIR_CONDITIONING_AIR_CONDITIONER_OPTION_FAN_SPEED_MODE ): option_value = event.value return ( diff --git a/homeassistant/components/home_connect/fan.py b/homeassistant/components/home_connect/fan.py index 5188fc34daf..e8410a9aaa2 100644 --- a/homeassistant/components/home_connect/fan.py +++ b/homeassistant/components/home_connect/fan.py @@ -84,7 +84,7 @@ class HomeConnectAirConditioningFanEntity(HomeConnectEntity, FanEntity): coordinator, AIR_CONDITIONER_ENTITY_DESCRIPTION, context_override=( - EventKey.HEATING_VENTILATION_AIR_CONDITIONING_AIR_CONDITIONER_FAN_SPEED_PERCENTAGE + EventKey.HEATING_VENTILATION_AIR_CONDITIONING_AIR_CONDITIONER_OPTION_FAN_SPEED_PERCENTAGE ), ) self.update_preset_mode() @@ -104,7 +104,7 @@ class HomeConnectAirConditioningFanEntity(HomeConnectEntity, FanEntity): self.async_on_remove( self.coordinator.async_add_listener( self._handle_coordinator_update_preset_mode, - EventKey.HEATING_VENTILATION_AIR_CONDITIONING_AIR_CONDITIONER_FAN_SPEED_MODE, + EventKey.HEATING_VENTILATION_AIR_CONDITIONING_AIR_CONDITIONER_OPTION_FAN_SPEED_MODE, ) ) diff --git a/homeassistant/components/home_connect/manifest.json b/homeassistant/components/home_connect/manifest.json index 9dbb60de095..da7dcb7822b 100644 --- a/homeassistant/components/home_connect/manifest.json +++ b/homeassistant/components/home_connect/manifest.json @@ -23,6 +23,6 @@ "iot_class": "cloud_push", "loggers": ["aiohomeconnect"], "quality_scale": "platinum", - "requirements": ["aiohomeconnect==0.34.0"], + "requirements": ["aiohomeconnect==0.36.0"], "zeroconf": ["_homeconnect._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index 05d99b7458d..ccc585d6aba 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -279,7 +279,7 @@ aioharmony==0.5.3 aiohasupervisor==0.4.3 # homeassistant.components.home_connect -aiohomeconnect==0.34.0 +aiohomeconnect==0.36.0 # homeassistant.components.homekit_controller aiohomekit==3.2.20 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8f5b9340c72..e97123a4ef0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -267,7 +267,7 @@ aioharmony==0.5.3 aiohasupervisor==0.4.3 # homeassistant.components.home_connect -aiohomeconnect==0.34.0 +aiohomeconnect==0.36.0 # homeassistant.components.homekit_controller aiohomekit==3.2.20