mirror of https://github.com/home-assistant/core
17 lines
471 B
JSON
17 lines
471 B
JSON
{
|
|
"domain": "fritz",
|
|
"name": "AVM FRITZ!Box Tools",
|
|
"codeowners": ["@AaronDavidSchneider", "@chemelli74", "@mib1185"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/fritz",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["fritzconnection"],
|
|
"requirements": ["fritzconnection[qr]==1.14.0", "xmltodict==0.13.0"],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:fritzbox:1"
|
|
}
|
|
]
|
|
}
|