mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add National Grid US virtual integration (#143756)
This commit is contained in:
parent
5c58f97e57
commit
1ef04a8dde
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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user