mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Add virtual integration Sacramento Municipal Utility District (SMUD) (#113389)
smud
This commit is contained in:
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,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
"smud": {
|
||||
"name": "Sacramento Municipal Utility District (SMUD)",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "opower"
|
||||
},
|
||||
"snapcast": {
|
||||
"name": "Snapcast",
|
||||
"integration_type": "hub",
|
||||
|
||||
Reference in New Issue
Block a user