Fix BleBox wLightBoxS and gateBox support (#51367)

Co-authored-by: bbx-jp <83213200+bbx-jp@users.noreply.github.com>
This commit is contained in:
gadgetmobile 2021-06-02 14:02:37 +02:00 committed by GitHub
parent 3de29a7606
commit 931ff70ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"name": "BleBox devices",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/blebox",
"requirements": ["blebox_uniapi==1.3.2"],
"codeowners": ["@gadgetmobile"],
"requirements": ["blebox_uniapi==1.3.3"],
"codeowners": ["@bbx-a", "@bbx-jp"],
"iot_class": "local_polling"
}