diff --git a/homeassistant/components/frontier_silicon/manifest.json b/homeassistant/components/frontier_silicon/manifest.json index 9cc928e6f88..baa684786bf 100644 --- a/homeassistant/components/frontier_silicon/manifest.json +++ b/homeassistant/components/frontier_silicon/manifest.json @@ -4,7 +4,12 @@ "codeowners": ["@wlcrs"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/frontier_silicon", + "integration_type": "device", "iot_class": "local_polling", "requirements": ["afsapi==0.2.7"], - "ssdp": [{ "st": "urn:schemas-frontier-silicon-com:undok:fsapi:1" }] + "ssdp": [ + { + "st": "urn:schemas-frontier-silicon-com:undok:fsapi:1" + } + ] } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 6881be55481..676b8d7f504 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2224,7 +2224,7 @@ }, "frontier_silicon": { "name": "Frontier Silicon", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },