23 lines
460 B
JSON
23 lines
460 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"
|
|
],
|
|
"config_flow": true,
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:fritzbox:1"
|
|
}
|
|
],
|
|
"iot_class": "local_polling"
|
|
}
|