Add virtual integration Sacramento Municipal Utility District (SMUD) (#113389)
smud
This commit is contained in:
parent
fd9cc3a53e
commit
de726d0e6e
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/smud/__init__.py
Normal file
1
homeassistant/components/smud/__init__.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"""Virtual integration: Sacramento Municipal Utility District (SMUD)."""
|
6
homeassistant/components/smud/manifest.json
Normal file
6
homeassistant/components/smud/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"domain": "smud",
|
||||||
|
"name": "Sacramento Municipal Utility District (SMUD)",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
}
|
|
@ -5486,6 +5486,11 @@
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
},
|
},
|
||||||
|
"smud": {
|
||||||
|
"name": "Sacramento Municipal Utility District (SMUD)",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"snapcast": {
|
"snapcast": {
|
||||||
"name": "Snapcast",
|
"name": "Snapcast",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue