diff --git a/homeassistant/components/synology_dsm/manifest.json b/homeassistant/components/synology_dsm/manifest.json index 3022b4c2af939c..a21b976ac9e11a 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/components/whirlpool/manifest.json b/homeassistant/components/whirlpool/manifest.json index 3c2b28dbb2070f..c4b977989c8282 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/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 93b87792ce453b..5b633a12212634 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" diff --git a/requirements_all.txt b/requirements_all.txt index 4f4b665f192035..3782c2adc79b28 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 e5171bb2225e32..da3c2a9fbaf821 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