mirror of
https://github.com/home-assistant/core.git
synced 2026-07-10 00:05:13 +01:00
Add new virtual integration Neo (#152886)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Neo virtual integration."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "neo",
|
||||
"name": "Neo",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "shelly"
|
||||
}
|
||||
@@ -4306,6 +4306,11 @@
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "home_connect"
|
||||
},
|
||||
"neo": {
|
||||
"name": "Neo",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "shelly"
|
||||
},
|
||||
"ness_alarm": {
|
||||
"name": "Ness Alarm",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user