2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "fritz",
|
2021-04-25 10:10:33 +00:00
|
|
|
"name": "AVM FRITZ!Box Tools",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/fritz",
|
2021-04-25 10:10:33 +00:00
|
|
|
"requirements": [
|
|
|
|
"fritzconnection==1.4.2",
|
|
|
|
"xmltodict==0.12.0"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@mammuth",
|
|
|
|
"@AaronDavidSchneider",
|
|
|
|
"@chemelli74"
|
|
|
|
],
|
|
|
|
"config_flow": true,
|
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-upnp-org:device:fritzbox:1"
|
|
|
|
}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"iot_class": "local_polling"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|