2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "freebox",
|
|
|
|
"name": "Freebox",
|
2023-02-08 19:19:19 +00:00
|
|
|
"codeowners": ["@hacf-fr", "@Quentame"],
|
2020-03-11 21:15:59 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/freebox",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-02-08 19:19:19 +00:00
|
|
|
"loggers": ["freebox_api"],
|
2023-02-22 17:02:34 +00:00
|
|
|
"requirements": ["freebox-api==1.1.0"],
|
2023-02-08 19:19:19 +00:00
|
|
|
"zeroconf": ["_fbx-api._tcp.local."]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|