Add integration type to OVO Energy (#81187)

This commit is contained in:
Aidan Timson 2022-10-31 19:42:02 +00:00 committed by GitHub
parent 8044b9587a
commit d6689937a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"]
}

View file

@ -3831,7 +3831,7 @@
},
"ovo_energy": {
"name": "OVO Energy",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},