1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/fritzbox/manifest.json
2022-08-16 11:49:31 +02:00

16 lines
388 B
JSON

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