Add tapo virtual integration (#109765)
parent
905e25b3a1
commit
d9f97bc7ec
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"domain": "tplink",
|
||||
"name": "TP-Link",
|
||||
"integrations": ["tplink", "tplink_omada", "tplink_lte"],
|
||||
"integrations": ["tplink", "tplink_omada", "tplink_lte", "tplink_tapo"],
|
||||
"iot_standards": ["matter"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: TP-Link Tapo."""
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "tplink_tapo",
|
||||
"name": "Tapo",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "tplink"
|
||||
}
|
|
@ -6166,6 +6166,12 @@
|
|||
"config_flow": false,
|
||||
"iot_class": "local_polling",
|
||||
"name": "TP-Link LTE"
|
||||
},
|
||||
"tplink_tapo": {
|
||||
"integration_type": "virtual",
|
||||
"config_flow": false,
|
||||
"supported_by": "tplink",
|
||||
"name": "Tapo"
|
||||
}
|
||||
},
|
||||
"iot_standards": [
|
||||
|
|
Loading…
Reference in New Issue