Add tapo virtual integration (#109765)

This commit is contained in:
Teemu R 2024-02-07 06:29:26 +01:00 committed by GitHub
parent 905e25b3a1
commit d9f97bc7ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 1 deletions

View File

@ -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"]
}

View File

@ -0,0 +1 @@
"""Virtual integration: TP-Link Tapo."""

View File

@ -0,0 +1,6 @@
{
"domain": "tplink_tapo",
"name": "Tapo",
"integration_type": "virtual",
"supported_by": "tplink"
}

View File

@ -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": [