diff --git a/homeassistant/components/freebox/manifest.json b/homeassistant/components/freebox/manifest.json index 0cfe37c7a31..9f28272caaf 100644 --- a/homeassistant/components/freebox/manifest.json +++ b/homeassistant/components/freebox/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["ffmpeg"], "documentation": "https://www.home-assistant.io/integrations/freebox", + "integration_type": "device", "iot_class": "local_polling", "loggers": ["freebox_api"], "requirements": ["freebox-api==1.2.2"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index b136bc9c646..dacb3510ac5 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2165,7 +2165,7 @@ }, "freebox": { "name": "Freebox", - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_polling" },