mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Add virtual integration Sacramento Municipal Utility District (SMUD) (#113389)
smud
This commit is contained in:
parent
fd9cc3a53e
commit
de726d0e6e
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…
x
Reference in New Issue
Block a user