Add integration type to fritzbox_callmointor integration (#81032)

pull/81035/head
Marc Mueller 2022-10-26 18:19:54 +02:00 committed by GitHub
parent a28b0e1b6f
commit b148cdd64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ {
"domain": "fritzbox_callmonitor", "domain": "fritzbox_callmonitor",
"name": "AVM FRITZ!Box Call Monitor", "name": "AVM FRITZ!Box Call Monitor",
"integration_type": "device",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fritzbox_callmonitor", "documentation": "https://www.home-assistant.io/integrations/fritzbox_callmonitor",
"requirements": ["fritzconnection==1.10.3"], "requirements": ["fritzconnection==1.10.3"],

View File

@ -1718,7 +1718,7 @@
"name": "AVM FRITZ!SmartHome" "name": "AVM FRITZ!SmartHome"
}, },
"fritzbox_callmonitor": { "fritzbox_callmonitor": {
"integration_type": "hub", "integration_type": "device",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling", "iot_class": "local_polling",
"name": "AVM FRITZ!Box Call Monitor" "name": "AVM FRITZ!Box Call Monitor"