Upgrade to pyubee==0.6 (#23355)

This commit is contained in:
Steven Looman 2019-04-25 06:13:31 +02:00 committed by Paulus Schoutsen
parent ec9db7f9a2
commit 24766df179
3 changed files with 9 additions and 3 deletions

View File

@ -18,7 +18,13 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
vol.Required(CONF_HOST): cv.string,
vol.Required(CONF_PASSWORD): cv.string,
vol.Required(CONF_USERNAME): cv.string,
vol.Optional(CONF_MODEL, default=DEFAULT_MODEL): cv.string
vol.Optional(CONF_MODEL, default=DEFAULT_MODEL):
vol.Any(
'EVW32C-0N',
'EVW320B',
'EVW3200-Wifi',
'EVW3226@UPC',
),
})

View File

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

View File

@ -1441,7 +1441,7 @@ pytradfri[async]==6.0.1
pytrafikverket==0.1.5.9
# homeassistant.components.ubee
pyubee==0.5
pyubee==0.6
# homeassistant.components.unifi
pyunifi==2.16