mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update velbus-aio to 2024.11.0 (#130695)
This commit is contained in:
parent
b6d981fe9e
commit
46ecdc680c
@ -13,7 +13,7 @@
|
|||||||
"velbus-packet",
|
"velbus-packet",
|
||||||
"velbus-protocol"
|
"velbus-protocol"
|
||||||
],
|
],
|
||||||
"requirements": ["velbus-aio==2024.10.0"],
|
"requirements": ["velbus-aio==2024.11.0"],
|
||||||
"usb": [
|
"usb": [
|
||||||
{
|
{
|
||||||
"vid": "10CF",
|
"vid": "10CF",
|
||||||
|
@ -533,8 +533,6 @@ filterwarnings = [
|
|||||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:onvif.client",
|
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:onvif.client",
|
||||||
# https://github.com/okunishinishi/python-stringcase/commit/6a5c5bbd3fe5337862abc7fd0853a0f36e18b2e1 - >1.2.0
|
# https://github.com/okunishinishi/python-stringcase/commit/6a5c5bbd3fe5337862abc7fd0853a0f36e18b2e1 - >1.2.0
|
||||||
"ignore:invalid escape sequence:SyntaxWarning:.*stringcase",
|
"ignore:invalid escape sequence:SyntaxWarning:.*stringcase",
|
||||||
# https://github.com/cereal2nd/velbus-aio/pull/126 - >2024.10.0
|
|
||||||
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:velbusaio.handler",
|
|
||||||
|
|
||||||
# -- fixed for Python 3.13
|
# -- fixed for Python 3.13
|
||||||
# https://github.com/rhasspy/wyoming/commit/e34af30d455b6f2bb9e5cfb25fad8d276914bc54 - >=1.4.2
|
# https://github.com/rhasspy/wyoming/commit/e34af30d455b6f2bb9e5cfb25fad8d276914bc54 - >=1.4.2
|
||||||
|
@ -2938,7 +2938,7 @@ vallox-websocket-api==5.3.0
|
|||||||
vehicle==2.2.2
|
vehicle==2.2.2
|
||||||
|
|
||||||
# homeassistant.components.velbus
|
# homeassistant.components.velbus
|
||||||
velbus-aio==2024.10.0
|
velbus-aio==2024.11.0
|
||||||
|
|
||||||
# homeassistant.components.venstar
|
# homeassistant.components.venstar
|
||||||
venstarcolortouch==0.19
|
venstarcolortouch==0.19
|
||||||
|
@ -2345,7 +2345,7 @@ vallox-websocket-api==5.3.0
|
|||||||
vehicle==2.2.2
|
vehicle==2.2.2
|
||||||
|
|
||||||
# homeassistant.components.velbus
|
# homeassistant.components.velbus
|
||||||
velbus-aio==2024.10.0
|
velbus-aio==2024.11.0
|
||||||
|
|
||||||
# homeassistant.components.venstar
|
# homeassistant.components.venstar
|
||||||
venstarcolortouch==0.19
|
venstarcolortouch==0.19
|
||||||
|
Loading…
x
Reference in New Issue
Block a user