25 lines
510 B
JSON
25 lines
510 B
JSON
{
|
|
"domain": "fritz",
|
|
"name": "AVM FRITZ!Box Tools",
|
|
"documentation": "https://www.home-assistant.io/integrations/fritz",
|
|
"requirements": [
|
|
"fritzconnection==1.8.0",
|
|
"xmltodict==0.12.0"
|
|
],
|
|
"dependencies": ["network"],
|
|
"codeowners": [
|
|
"@mammuth",
|
|
"@AaronDavidSchneider",
|
|
"@chemelli74",
|
|
"@mib1185"
|
|
],
|
|
"config_flow": true,
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:fritzbox:1"
|
|
}
|
|
],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["fritzconnection"]
|
|
}
|