Bump pymodbus version to 2.5.3rc1 (#54318)
This commit is contained in:
parent
8cb3a485e0
commit
54538bb72b
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "modbus",
|
||||
"name": "Modbus",
|
||||
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
||||
"requirements": ["pymodbus==2.5.2"],
|
||||
"requirements": ["pymodbus==2.5.3rc1"],
|
||||
"codeowners": ["@adamchengtkc", "@janiversen", "@vzahradnik"],
|
||||
"quality_scale": "silver",
|
||||
"iot_class": "local_polling"
|
||||
|
|
|
@ -1601,7 +1601,7 @@ pymitv==1.4.3
|
|||
pymochad==0.2.0
|
||||
|
||||
# homeassistant.components.modbus
|
||||
pymodbus==2.5.2
|
||||
pymodbus==2.5.3rc1
|
||||
|
||||
# homeassistant.components.monoprice
|
||||
pymonoprice==0.3
|
||||
|
|
|
@ -914,7 +914,7 @@ pymfy==0.11.0
|
|||
pymochad==0.2.0
|
||||
|
||||
# homeassistant.components.modbus
|
||||
pymodbus==2.5.2
|
||||
pymodbus==2.5.3rc1
|
||||
|
||||
# homeassistant.components.monoprice
|
||||
pymonoprice==0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue