mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
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:
parent
70bbb867f9
commit
046a4fc401
@ -22,6 +22,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||
vol.Any(
|
||||
'EVW32C-0N',
|
||||
'EVW320B',
|
||||
'EVW321B',
|
||||
'EVW3200-Wifi',
|
||||
'EVW3226@UPC',
|
||||
),
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Ubee",
|
||||
"documentation": "https://www.home-assistant.io/components/ubee",
|
||||
"requirements": [
|
||||
"pyubee==0.6"
|
||||
"pyubee==0.7"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user