Add integration type to fritzbox_callmointor integration (#81032)
parent
a28b0e1b6f
commit
b148cdd64a
|
@ -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"],
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue