mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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(
|
vol.Any(
|
||||||
'EVW32C-0N',
|
'EVW32C-0N',
|
||||||
'EVW320B',
|
'EVW320B',
|
||||||
|
'EVW321B',
|
||||||
'EVW3200-Wifi',
|
'EVW3200-Wifi',
|
||||||
'EVW3226@UPC',
|
'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.6"
|
"pyubee==0.7"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -1498,7 +1498,7 @@ pytradfri[async]==6.0.1
|
|||||||
pytrafikverket==0.1.5.9
|
pytrafikverket==0.1.5.9
|
||||||
|
|
||||||
# homeassistant.components.ubee
|
# homeassistant.components.ubee
|
||||||
pyubee==0.6
|
pyubee==0.7
|
||||||
|
|
||||||
# homeassistant.components.uptimerobot
|
# homeassistant.components.uptimerobot
|
||||||
pyuptimerobot==0.0.5
|
pyuptimerobot==0.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user