core/homeassistant/components/freebox/manifest.json

12 lines
330 B
JSON

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