1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/fritz/manifest.json
2021-10-02 09:13:40 +02:00

23 lines
460 B
JSON

{
"domain": "fritz",
"name": "AVM FRITZ!Box Tools",
"documentation": "https://www.home-assistant.io/integrations/fritz",
"requirements": [
"fritzconnection==1.7.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"
}