core/homeassistant/components/fritzbox/manifest.json

17 lines
417 B
JSON

{
"domain": "fritzbox",
"name": "AVM FRITZ!SmartHome",
"codeowners": ["@mib1185", "@flabbamann"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fritzbox",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["pyfritzhome"],
"requirements": ["pyfritzhome==0.6.8"],
"ssdp": [
{
"st": "urn:schemas-upnp-org:device:fritzbox:1"
}
]
}