core/homeassistant/components/freebox/manifest.json

10 lines
268 B
JSON

{
"domain": "freebox",
"name": "Freebox",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/freebox",
"requirements": ["aiofreepybox==0.0.8"],
"after_dependencies": ["discovery"],
"codeowners": ["@snoof85", "@Quentame"]
}