1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
ha-core/homeassistant/components/fritzbox/manifest.json
2021-07-01 12:14:37 +02:00

15 lines
343 B
JSON

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