From 80d7224dcf5c9e7d9af167a345a87f72ee7e390f Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Fri, 17 Oct 2025 23:41:01 +0200 Subject: [PATCH 1/2] Set integration type for Synology DSM (#154714) --- homeassistant/components/synology_dsm/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/synology_dsm/manifest.json b/homeassistant/components/synology_dsm/manifest.json index 3022b4c2af939..a21b976ac9e11 100644 --- a/homeassistant/components/synology_dsm/manifest.json +++ b/homeassistant/components/synology_dsm/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["http"], "documentation": "https://www.home-assistant.io/integrations/synology_dsm", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["synology_dsm"], "requirements": ["py-synologydsm-api==2.7.3"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 93b87792ce453..5b633a1221263 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6578,7 +6578,7 @@ "name": "Synology Chat" }, "synology_dsm": { - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling", "name": "Synology DSM" From 2fd55a49cbe0f30ea6de9ea4787e23bbfb909805 Mon Sep 17 00:00:00 2001 From: Vasil Iliev Date: Sat, 18 Oct 2025 01:45:34 +0200 Subject: [PATCH 2/2] Update whirlpool-sixth-sense to 1.0.2 (#154704) --- homeassistant/components/whirlpool/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/whirlpool/manifest.json b/homeassistant/components/whirlpool/manifest.json index 3c2b28dbb2070..c4b977989c828 100644 --- a/homeassistant/components/whirlpool/manifest.json +++ b/homeassistant/components/whirlpool/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_push", "loggers": ["whirlpool"], "quality_scale": "silver", - "requirements": ["whirlpool-sixth-sense==0.21.3"] + "requirements": ["whirlpool-sixth-sense==1.0.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index 4f4b665f19203..3782c2adc79b2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3162,7 +3162,7 @@ webmin-xmlrpc==0.0.2 weheat==2025.6.10 # homeassistant.components.whirlpool -whirlpool-sixth-sense==0.21.3 +whirlpool-sixth-sense==1.0.2 # homeassistant.components.whois whois==0.9.27 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e5171bb2225e3..da3c2a9fbaf82 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2621,7 +2621,7 @@ webmin-xmlrpc==0.0.2 weheat==2025.6.10 # homeassistant.components.whirlpool -whirlpool-sixth-sense==0.21.3 +whirlpool-sixth-sense==1.0.2 # homeassistant.components.whois whois==0.9.27