mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Add tapo virtual integration (#109765)
This commit is contained in:
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"]
|
||||
}
|
||||
|
1
homeassistant/components/tplink_tapo/__init__.py
Normal file
1
homeassistant/components/tplink_tapo/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Virtual integration: TP-Link Tapo."""
|
6
homeassistant/components/tplink_tapo/manifest.json
Normal file
6
homeassistant/components/tplink_tapo/manifest.json
Normal file
@ -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…
x
Reference in New Issue
Block a user