core/homeassistant/components/freebox/manifest.json

11 lines
301 B
JSON

{
"domain": "freebox",
"name": "Freebox",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/freebox",
"requirements": ["freebox-api==0.0.10"],
"zeroconf": ["_fbx-api._tcp.local."],
"codeowners": ["@hacf-fr", "@Quentame"],
"iot_class": "local_polling"
}