Skip to content
Snippets Groups Projects
Unverified Commit f1075644 authored by Martin Hjelmare's avatar Martin Hjelmare Committed by GitHub
Browse files

Bump pymysensors to 0.24.0 (#77201)

parent 5ce64539
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,6 @@ async def _get_gateway(
in_prefix=topic_in_prefix,
out_prefix=topic_out_prefix,
retain=retain,
loop=hass.loop,
event_callback=None,
persistence=persistence,
persistence_file=persistence_file,
......@@ -206,7 +205,6 @@ async def _get_gateway(
gateway = mysensors.AsyncSerialGateway(
device,
baud=baud_rate,
loop=hass.loop,
event_callback=None,
persistence=persistence,
persistence_file=persistence_file,
......@@ -216,7 +214,6 @@ async def _get_gateway(
gateway = mysensors.AsyncTCPGateway(
device,
port=tcp_port,
loop=hass.loop,
event_callback=None,
persistence=persistence,
persistence_file=persistence_file,
......
......@@ -2,7 +2,7 @@
"domain": "mysensors",
"name": "MySensors",
"documentation": "https://www.home-assistant.io/integrations/mysensors",
"requirements": ["pymysensors==0.22.1"],
"requirements": ["pymysensors==0.24.0"],
"after_dependencies": ["mqtt"],
"codeowners": ["@MartinHjelmare", "@functionpointer"],
"config_flow": true,
......
......@@ -1692,7 +1692,7 @@ pymsteams==0.1.12
pymyq==3.1.4
# homeassistant.components.mysensors
pymysensors==0.22.1
pymysensors==0.24.0
# homeassistant.components.netgear
pynetgear==0.10.7
......
......@@ -1181,7 +1181,7 @@ pymonoprice==0.3
pymyq==3.1.4
# homeassistant.components.mysensors
pymysensors==0.22.1
pymysensors==0.24.0
# homeassistant.components.netgear
pynetgear==0.10.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment