mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 18:33:44 +02:00
Add LinkedGo virtual integration (#139625)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""LinkedGo virtual integration."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "linkedgo",
|
||||
"name": "LinkedGo",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "shelly"
|
||||
}
|
||||
@@ -3413,6 +3413,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"linkedgo": {
|
||||
"name": "LinkedGo",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "shelly"
|
||||
},
|
||||
"linkplay": {
|
||||
"name": "LinkPlay",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user