mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add new virtual integration for opower City of Austin Utilities provider (#108337)
This commit is contained in:
parent
c3222ef733
commit
843c84a325
1
homeassistant/components/coautilities/__init__.py
Normal file
1
homeassistant/components/coautilities/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
"""Virtual integration: City of Austin Utilities."""
|
6
homeassistant/components/coautilities/manifest.json
Normal file
6
homeassistant/components/coautilities/manifest.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"domain": "coautilities",
|
||||||
|
"name": "City of Austin Utilities",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
}
|
@ -918,6 +918,11 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
"coautilities": {
|
||||||
|
"name": "City of Austin Utilities",
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"supported_by": "opower"
|
||||||
|
},
|
||||||
"coinbase": {
|
"coinbase": {
|
||||||
"name": "Coinbase",
|
"name": "Coinbase",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user