From 7739cdc626f60562e3684a608fb1778428bc8d59 Mon Sep 17 00:00:00 2001 From: David Recordon Date: Sun, 12 Oct 2025 14:28:08 -0700 Subject: [PATCH 1/2] Update pyControl4 to v1.5.0 (#154341) --- homeassistant/components/control4/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/control4/manifest.json b/homeassistant/components/control4/manifest.json index 3088ebf8672fe..e7123803edef8 100644 --- a/homeassistant/components/control4/manifest.json +++ b/homeassistant/components/control4/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://www.home-assistant.io/integrations/control4", "iot_class": "local_polling", "loggers": ["pyControl4"], - "requirements": ["pyControl4==1.2.0"], + "requirements": ["pyControl4==1.5.0"], "ssdp": [ { "st": "c4:director" diff --git a/requirements_all.txt b/requirements_all.txt index 6412a9d636f65..966f207520a31 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1815,7 +1815,7 @@ pyAtome==0.1.1 pyCEC==0.5.2 # homeassistant.components.control4 -pyControl4==1.2.0 +pyControl4==1.5.0 # homeassistant.components.duotecno pyDuotecno==2024.10.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c8d3a4558214c..3e2a37df05927 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1538,7 +1538,7 @@ py-synologydsm-api==2.7.3 pyCEC==0.5.2 # homeassistant.components.control4 -pyControl4==1.2.0 +pyControl4==1.5.0 # homeassistant.components.duotecno pyDuotecno==2024.10.1 From 82758f76714b58cb32cc88564cc35df6431dfac5 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 13 Oct 2025 01:39:36 +0200 Subject: [PATCH 2/2] Update pyheos to 1.0.6 (#154346) --- homeassistant/components/heos/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/heos/manifest.json b/homeassistant/components/heos/manifest.json index 99cedf56f1fa7..c4a1a6d837278 100644 --- a/homeassistant/components/heos/manifest.json +++ b/homeassistant/components/heos/manifest.json @@ -8,7 +8,7 @@ "iot_class": "local_push", "loggers": ["pyheos"], "quality_scale": "platinum", - "requirements": ["pyheos==1.0.5"], + "requirements": ["pyheos==1.0.6"], "ssdp": [ { "st": "urn:schemas-denon-com:device:ACT-Denon:1" diff --git a/requirements_all.txt b/requirements_all.txt index 966f207520a31..f2af0e9741f76 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2054,7 +2054,7 @@ pygti==0.9.4 pyhaversion==22.8.0 # homeassistant.components.heos -pyheos==1.0.5 +pyheos==1.0.6 # homeassistant.components.hive pyhive-integration==1.0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3e2a37df05927..689760352fad2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1717,7 +1717,7 @@ pygti==0.9.4 pyhaversion==22.8.0 # homeassistant.components.heos -pyheos==1.0.5 +pyheos==1.0.6 # homeassistant.components.hive pyhive-integration==1.0.2