core/homeassistant/components/fritzbox/manifest.json

15 lines
343 B
JSON
Raw Normal View History

{
"domain": "fritzbox",
"name": "AVM FRITZ!SmartHome",
"documentation": "https://www.home-assistant.io/integrations/fritzbox",
2021-07-01 10:14:37 +00:00
"requirements": ["pyfritzhome==0.6.2"],
"ssdp": [
{
"st": "urn:schemas-upnp-org:device:fritzbox:1"
}
],
"codeowners": ["@mib1185"],
"config_flow": true,
"iot_class": "local_polling"
}