Bump pyubee to 0.7 to support more models (#24477)

* Bump pyubee to 0.7 to support more models

* Update requirements_all.txt
This commit is contained in:
Miroslav Ždrale 2019-06-11 17:43:59 +02:00 committed by Paulus Schoutsen
parent 70bbb867f9
commit 046a4fc401
3 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
vol.Any(
'EVW32C-0N',
'EVW320B',
'EVW321B',
'EVW3200-Wifi',
'EVW3226@UPC',
),

View File

@ -3,7 +3,7 @@
"name": "Ubee",
"documentation": "https://www.home-assistant.io/components/ubee",
"requirements": [
"pyubee==0.6"
"pyubee==0.7"
],
"dependencies": [],
"codeowners": []

View File

@ -1498,7 +1498,7 @@ pytradfri[async]==6.0.1
pytrafikverket==0.1.5.9
# homeassistant.components.ubee
pyubee==0.6
pyubee==0.7
# homeassistant.components.uptimerobot
pyuptimerobot==0.0.5