From c09c0162993036f943f0c0b248feff43208bb10d Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 15 Dec 2025 17:27:01 +0100 Subject: [PATCH] Add integration_type service to apcupsd (#158844) Co-authored-by: Josef Zweck --- homeassistant/components/apcupsd/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/apcupsd/manifest.json b/homeassistant/components/apcupsd/manifest.json index e0aff037d9e..785874bd1dc 100644 --- a/homeassistant/components/apcupsd/manifest.json +++ b/homeassistant/components/apcupsd/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@yuxincs"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/apcupsd", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["apcaccess"], "quality_scale": "platinum", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 260079cdfaf..cc64bd0e979 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -388,7 +388,7 @@ }, "apcupsd": { "name": "APC UPS Daemon", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },