Add integration type to OVO Energy (#81187)
This commit is contained in:
parent
8044b9587a
commit
d6689937a3
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/ovo_energy",
|
||||
"requirements": ["ovoenergy==1.2.0"],
|
||||
"codeowners": ["@timmo001"],
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["ovoenergy"]
|
||||
}
|
||||
|
|
|
@ -3831,7 +3831,7 @@
|
|||
},
|
||||
"ovo_energy": {
|
||||
"name": "OVO Energy",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue