mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
19 lines
524 B
JSON
19 lines
524 B
JSON
{
|
|
"domain": "fritz",
|
|
"name": "FRITZ!Box Tools",
|
|
"codeowners": ["@AaronDavidSchneider", "@chemelli74", "@mib1185"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/fritz",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["fritzconnection"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["fritzconnection[qr]==1.15.1", "xmltodict==1.0.2"],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:fritzbox:1"
|
|
}
|
|
]
|
|
}
|