Skip to content

Commit

Permalink
Add LinkedGo virtual integration (home-assistant#139625)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Mar 2, 2025
1 parent 3eadfcc commit d922c72
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/linkedgo/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""LinkedGo virtual integration."""
6 changes: 6 additions & 0 deletions homeassistant/components/linkedgo/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"domain": "linkedgo",
"name": "LinkedGo",
"integration_type": "virtual",
"supported_by": "shelly"
}
5 changes: 5 additions & 0 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d922c72

Please sign in to comment.