From f20f77ea9f870241501b519a38f5e23b112a4c4a Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Mon, 11 May 2026 20:42:52 +0200 Subject: [PATCH 1/2] Bump axis to v71 --- homeassistant/components/axis/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/axis/manifest.json b/homeassistant/components/axis/manifest.json index e37183cb576158..6d5ab5aefa3a95 100644 --- a/homeassistant/components/axis/manifest.json +++ b/homeassistant/components/axis/manifest.json @@ -29,7 +29,7 @@ "integration_type": "device", "iot_class": "local_push", "loggers": ["axis"], - "requirements": ["axis==70"], + "requirements": ["axis==71"], "ssdp": [ { "manufacturer": "AXIS" diff --git a/requirements_all.txt b/requirements_all.txt index d10b1585277d5d..62d1e096b4eb8d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -606,7 +606,7 @@ avea==1.6.1 # avion==0.10 # homeassistant.components.axis -axis==70 +axis==71 # homeassistant.components.fujitsu_fglair ayla-iot-unofficial==1.4.7 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 375e2af84c84fe..d81b90fa330034 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -561,7 +561,7 @@ av==16.0.1 avea==1.6.1 # homeassistant.components.axis -axis==70 +axis==71 # homeassistant.components.fujitsu_fglair ayla-iot-unofficial==1.4.7 From f090f231b217bb17e087855938e282684d0e233c Mon Sep 17 00:00:00 2001 From: Robert Svensson Date: Mon, 11 May 2026 21:30:36 +0200 Subject: [PATCH 2/2] Fix faulty data value in test --- tests/components/axis/test_hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/axis/test_hub.py b/tests/components/axis/test_hub.py index 7186ada3ce834e..a72bd0ecebf430 100644 --- a/tests/components/axis/test_hub.py +++ b/tests/components/axis/test_hub.py @@ -149,7 +149,7 @@ async def test_device_unavailable( mock_rtsp_event( topic="tns1:AudioSource/tnsaxis:TriggerLevel", data_type="triggered", - data_value="10", + data_value="0", source_name="channel", source_idx="1", )