Add support for IoT class in manifest (#46935)

This commit is contained in:
Franck Nijhof 2021-04-15 10:21:38 +02:00 committed by GitHub
parent 985b4a581a
commit 055cdc64c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
917 changed files with 2327 additions and 1467 deletions

View file

@ -3,13 +3,8 @@
"name": "Legrand Home+ Control",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/home_plus_control",
"requirements": [
"homepluscontrol==0.0.5"
],
"dependencies": [
"http"
],
"codeowners": [
"@chemaaa"
]
"requirements": ["homepluscontrol==0.0.5"],
"dependencies": ["http"],
"codeowners": ["@chemaaa"],
"iot_class": "cloud_polling"
}