mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 09:03:13 +01:00
Add new virtual integration Neo (#152886)
This commit is contained in:
1
homeassistant/components/neo/__init__.py
Normal file
1
homeassistant/components/neo/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Neo virtual integration."""
|
||||
6
homeassistant/components/neo/manifest.json
Normal file
6
homeassistant/components/neo/manifest.json
Normal file
@@ -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