From 67b4fc9f312508017ac21409485b08305879e6b3 Mon Sep 17 00:00:00 2001 From: Thomas55555 <59625598+Thomas55555@users.noreply.github.com> Date: Tue, 15 Sep 2026 07:06:31 +0200 Subject: [PATCH] Bump aioautomower to 3.0.0 (#182237) --- homeassistant/components/husqvarna_automower/manifest.json | 2 +- requirements_all.txt | 2 +- .../husqvarna_automower/snapshots/test_diagnostics.ambr | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/husqvarna_automower/manifest.json b/homeassistant/components/husqvarna_automower/manifest.json index 678fe49535a0..4c33071c1c59 100644 --- a/homeassistant/components/husqvarna_automower/manifest.json +++ b/homeassistant/components/husqvarna_automower/manifest.json @@ -9,5 +9,5 @@ "iot_class": "cloud_push", "loggers": ["aioautomower"], "quality_scale": "silver", - "requirements": ["aioautomower==2.8.1"] + "requirements": ["aioautomower==3.0.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index a89f42f35377..69e8de737b27 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -215,7 +215,7 @@ aioaseko==1.0.0 aioasuswrt==1.5.4 # homeassistant.components.husqvarna_automower -aioautomower==2.8.1 +aioautomower==3.0.0 # homeassistant.components.azure_devops aioazuredevops==2.2.2 diff --git a/tests/components/husqvarna_automower/snapshots/test_diagnostics.ambr b/tests/components/husqvarna_automower/snapshots/test_diagnostics.ambr index 8fed95f9f854..4b7694e9f674 100644 --- a/tests/components/husqvarna_automower/snapshots/test_diagnostics.ambr +++ b/tests/components/husqvarna_automower/snapshots/test_diagnostics.ambr @@ -151,14 +151,14 @@ 'use_global_cutting_height': True, }), '123456': dict({ - 'current_orientation': 0, + 'current_orientation': 0.0, 'cutting_height': 50, 'enabled': True, 'last_time_abandoned': None, 'last_time_completed': '2024-08-12T07:54:29+02:00', 'name': 'Front lawn', - 'orientation': 1800, - 'orientation_shift': 1800, + 'orientation': 180.0, + 'orientation_shift': 180.0, 'progress': 40, 'type': 'systematic', 'use_global_cutting_height': True,