From 10f02d040fc04445094324d84657ebec7b03bbae Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 17:03:53 +0100 Subject: [PATCH] Add integration_type device to directv (#158929) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- homeassistant/components/directv/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/directv/manifest.json b/homeassistant/components/directv/manifest.json index 2f5683dc880..a655ff719e4 100644 --- a/homeassistant/components/directv/manifest.json +++ b/homeassistant/components/directv/manifest.json @@ -4,6 +4,7 @@ "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/directv", + "integration_type": "hub", "iot_class": "local_polling", "loggers": ["directv"], "requirements": ["directv==0.4.0"],