diff --git a/homeassistant/components/apsystems/manifest.json b/homeassistant/components/apsystems/manifest.json index efcd6e116e9..8e0ac00796d 100644 --- a/homeassistant/components/apsystems/manifest.json +++ b/homeassistant/components/apsystems/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@mawoka-myblock", "@SonnenladenGmbH"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/apsystems", + "integration_type": "device", "iot_class": "local_polling", "requirements": ["apsystems-ez1==1.3.1"] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index e5b061cad23..e50662bb090 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -410,7 +410,7 @@ }, "apsystems": { "name": "APsystems", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },