forked from home-assistant/core
Add National Grid US virtual integration (#143756)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""Virtual integration: National Grid US."""
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "national_grid_us",
|
||||
"name": "National Grid US",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
}
|
||||
@@ -4234,6 +4234,11 @@
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"national_grid_us": {
|
||||
"name": "National Grid US",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
},
|
||||
"neato": {
|
||||
"name": "Neato Botvac",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user