1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Add integration_type hub to freebox (#159023)

This commit is contained in:
Joost Lekkerkerker
2025-12-18 19:30:10 +01:00
committed by GitHub
parent 3019f9041c
commit 86d4c3cbbf
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"config_flow": true, "config_flow": true,
"dependencies": ["ffmpeg"], "dependencies": ["ffmpeg"],
"documentation": "https://www.home-assistant.io/integrations/freebox", "documentation": "https://www.home-assistant.io/integrations/freebox",
"integration_type": "device",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["freebox_api"], "loggers": ["freebox_api"],
"requirements": ["freebox-api==1.2.2"], "requirements": ["freebox-api==1.2.2"],

View File

@@ -2165,7 +2165,7 @@
}, },
"freebox": { "freebox": {
"name": "Freebox", "name": "Freebox",
"integration_type": "hub", "integration_type": "device",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_polling"
}, },