mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Bump pymysensors to 0.24.0 (#77201)
This commit is contained in:
parent
5ce64539c5
commit
f1075644f8
@ -196,7 +196,6 @@ async def _get_gateway(
|
|||||||
in_prefix=topic_in_prefix,
|
in_prefix=topic_in_prefix,
|
||||||
out_prefix=topic_out_prefix,
|
out_prefix=topic_out_prefix,
|
||||||
retain=retain,
|
retain=retain,
|
||||||
loop=hass.loop,
|
|
||||||
event_callback=None,
|
event_callback=None,
|
||||||
persistence=persistence,
|
persistence=persistence,
|
||||||
persistence_file=persistence_file,
|
persistence_file=persistence_file,
|
||||||
@ -206,7 +205,6 @@ async def _get_gateway(
|
|||||||
gateway = mysensors.AsyncSerialGateway(
|
gateway = mysensors.AsyncSerialGateway(
|
||||||
device,
|
device,
|
||||||
baud=baud_rate,
|
baud=baud_rate,
|
||||||
loop=hass.loop,
|
|
||||||
event_callback=None,
|
event_callback=None,
|
||||||
persistence=persistence,
|
persistence=persistence,
|
||||||
persistence_file=persistence_file,
|
persistence_file=persistence_file,
|
||||||
@ -216,7 +214,6 @@ async def _get_gateway(
|
|||||||
gateway = mysensors.AsyncTCPGateway(
|
gateway = mysensors.AsyncTCPGateway(
|
||||||
device,
|
device,
|
||||||
port=tcp_port,
|
port=tcp_port,
|
||||||
loop=hass.loop,
|
|
||||||
event_callback=None,
|
event_callback=None,
|
||||||
persistence=persistence,
|
persistence=persistence,
|
||||||
persistence_file=persistence_file,
|
persistence_file=persistence_file,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "mysensors",
|
"domain": "mysensors",
|
||||||
"name": "MySensors",
|
"name": "MySensors",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
||||||
"requirements": ["pymysensors==0.22.1"],
|
"requirements": ["pymysensors==0.24.0"],
|
||||||
"after_dependencies": ["mqtt"],
|
"after_dependencies": ["mqtt"],
|
||||||
"codeowners": ["@MartinHjelmare", "@functionpointer"],
|
"codeowners": ["@MartinHjelmare", "@functionpointer"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
@ -1692,7 +1692,7 @@ pymsteams==0.1.12
|
|||||||
pymyq==3.1.4
|
pymyq==3.1.4
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.22.1
|
pymysensors==0.24.0
|
||||||
|
|
||||||
# homeassistant.components.netgear
|
# homeassistant.components.netgear
|
||||||
pynetgear==0.10.7
|
pynetgear==0.10.7
|
||||||
|
@ -1181,7 +1181,7 @@ pymonoprice==0.3
|
|||||||
pymyq==3.1.4
|
pymyq==3.1.4
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.22.1
|
pymysensors==0.24.0
|
||||||
|
|
||||||
# homeassistant.components.netgear
|
# homeassistant.components.netgear
|
||||||
pynetgear==0.10.7
|
pynetgear==0.10.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user