mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Add integration type to OVO Energy (#81187)
This commit is contained in:
parent
8044b9587a
commit
d6689937a3
@ -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…
x
Reference in New Issue
Block a user