Add LinkedGo virtual integration (#139625)
parent
3eadfcc01d
commit
d922c723d4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue