mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Upgrade to pyubee==0.6 (#23355)
This commit is contained in:
parent
ec9db7f9a2
commit
24766df179
@ -18,7 +18,13 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
|||||||
vol.Required(CONF_HOST): cv.string,
|
vol.Required(CONF_HOST): cv.string,
|
||||||
vol.Required(CONF_PASSWORD): cv.string,
|
vol.Required(CONF_PASSWORD): cv.string,
|
||||||
vol.Required(CONF_USERNAME): 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',
|
||||||
|
),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Ubee",
|
"name": "Ubee",
|
||||||
"documentation": "https://www.home-assistant.io/components/ubee",
|
"documentation": "https://www.home-assistant.io/components/ubee",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyubee==0.5"
|
"pyubee==0.6"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -1441,7 +1441,7 @@ pytradfri[async]==6.0.1
|
|||||||
pytrafikverket==0.1.5.9
|
pytrafikverket==0.1.5.9
|
||||||
|
|
||||||
# homeassistant.components.ubee
|
# homeassistant.components.ubee
|
||||||
pyubee==0.5
|
pyubee==0.6
|
||||||
|
|
||||||
# homeassistant.components.unifi
|
# homeassistant.components.unifi
|
||||||
pyunifi==2.16
|
pyunifi==2.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user