mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add LinkedGo virtual integration (#139625)
This commit is contained in:
parent
3eadfcc01d
commit
d922c723d4
1
homeassistant/components/linkedgo/__init__.py
Normal file
1
homeassistant/components/linkedgo/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""LinkedGo virtual integration."""
|
6
homeassistant/components/linkedgo/manifest.json
Normal file
6
homeassistant/components/linkedgo/manifest.json
Normal file
@ -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…
x
Reference in New Issue
Block a user