core/homeassistant/components/fritzbox_callmonitor/manifest.json

12 lines
362 B
JSON
Raw Normal View History

{
"domain": "fritzbox_callmonitor",
"name": "AVM FRITZ!Box Call Monitor",
2023-02-08 19:27:05 +00:00
"codeowners": ["@cdce8p"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fritzbox_callmonitor",
2023-02-08 19:27:05 +00:00
"integration_type": "device",
"iot_class": "local_polling",
2023-02-08 19:27:05 +00:00
"loggers": ["fritzconnection"],
"requirements": ["fritzconnection==1.12.0"]
}