From e92af1ee767e6ef960e462e873031c873ea54a73 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 29 Dec 2025 21:10:52 +0100 Subject: [PATCH] Add integration_type device to ps4 (#159892) --- homeassistant/components/ps4/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/ps4/manifest.json b/homeassistant/components/ps4/manifest.json index 1513c08ad69..ce4147924a0 100644 --- a/homeassistant/components/ps4/manifest.json +++ b/homeassistant/components/ps4/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@ktnrg45"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ps4", + "integration_type": "hub", "iot_class": "local_polling", "loggers": ["pyps4_2ndscreen"], "requirements": ["pyps4-2ndscreen==1.3.1"]