mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Bump pymodbus to v2.5.2 (#50582)
Solves a serial - rs-485 adapter issue.
This commit is contained in:
parent
d6e9f094c4
commit
dbf7430003
@ -2,7 +2,7 @@
|
|||||||
"domain": "modbus",
|
"domain": "modbus",
|
||||||
"name": "Modbus",
|
"name": "Modbus",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
||||||
"requirements": ["pymodbus==2.5.1"],
|
"requirements": ["pymodbus==2.5.2"],
|
||||||
"codeowners": ["@adamchengtkc", "@janiversen", "@vzahradnik"],
|
"codeowners": ["@adamchengtkc", "@janiversen", "@vzahradnik"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
@ -1557,7 +1557,7 @@ pymitv==1.4.3
|
|||||||
pymochad==0.2.0
|
pymochad==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.modbus
|
# homeassistant.components.modbus
|
||||||
pymodbus==2.5.1
|
pymodbus==2.5.2
|
||||||
|
|
||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.3
|
pymonoprice==0.3
|
||||||
|
@ -865,7 +865,7 @@ pymfy==0.9.3
|
|||||||
pymochad==0.2.0
|
pymochad==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.modbus
|
# homeassistant.components.modbus
|
||||||
pymodbus==2.5.1
|
pymodbus==2.5.2
|
||||||
|
|
||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.3
|
pymonoprice==0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user