Bump pymodbus version to 2.5.1 (#49401)
parent
523a71ac20
commit
a278ebd37b
|
@ -2,7 +2,7 @@
|
|||
"domain": "modbus",
|
||||
"name": "Modbus",
|
||||
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
||||
"requirements": ["pymodbus==2.3.0"],
|
||||
"requirements": ["pymodbus==2.5.1"],
|
||||
"codeowners": ["@adamchengtkc", "@janiversen", "@vzahradnik"],
|
||||
"iot_class": "local_polling"
|
||||
}
|
||||
|
|
|
@ -1551,7 +1551,7 @@ pymitv==1.4.3
|
|||
pymochad==0.2.0
|
||||
|
||||
# homeassistant.components.modbus
|
||||
pymodbus==2.3.0
|
||||
pymodbus==2.5.1
|
||||
|
||||
# homeassistant.components.monoprice
|
||||
pymonoprice==0.3
|
||||
|
|
|
@ -850,7 +850,7 @@ pymfy==0.9.3
|
|||
pymochad==0.2.0
|
||||
|
||||
# homeassistant.components.modbus
|
||||
pymodbus==2.3.0
|
||||
pymodbus==2.5.1
|
||||
|
||||
# homeassistant.components.monoprice
|
||||
pymonoprice==0.3
|
||||
|
|
Loading…
Reference in New Issue