From 96f8c39c6f2fee750247401952dfeeb088e5bd7d Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 13 Dec 2025 08:51:25 +0100 Subject: [PATCH] Add integration_type device to anthemav (#158841) --- homeassistant/components/anthemav/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/anthemav/manifest.json b/homeassistant/components/anthemav/manifest.json index 5d46266f8ce..a761e81eaf8 100644 --- a/homeassistant/components/anthemav/manifest.json +++ b/homeassistant/components/anthemav/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@hyralex"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/anthemav", + "integration_type": "device", "iot_class": "local_push", "loggers": ["anthemav"], "requirements": ["anthemav==1.4.1"] diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 47722559e30..0ca8267072f 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -359,7 +359,7 @@ }, "anthemav": { "name": "Anthem A/V Receivers", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },