mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Add National Grid US virtual integration (#143756)
This commit is contained in:
1
homeassistant/components/national_grid_us/__init__.py
Normal file
1
homeassistant/components/national_grid_us/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: National Grid US."""
|
6
homeassistant/components/national_grid_us/manifest.json
Normal file
6
homeassistant/components/national_grid_us/manifest.json
Normal file
@@ -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,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
"national_grid_us": {
|
||||||
|
"name": "National Grid US",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"neato": {
|
"neato": {
|
||||||
"name": "Neato Botvac",
|
"name": "Neato Botvac",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Reference in New Issue
Block a user