Bump pymodbus to 2.5.3. (#57887)
This commit is contained in:
parent
a1e9a06675
commit
c9f55c01af
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.3rc1"],
|
||||
"requirements": ["pymodbus==2.5.3"],
|
||||
"codeowners": ["@adamchengtkc", "@janiversen", "@vzahradnik"],
|
||||
"quality_scale": "gold",
|
||||
"iot_class": "local_polling"
|
||||
|
|
|
@ -1634,7 +1634,7 @@ pymitv==1.4.3
|
|||
pymochad==0.2.0
|
||||
|
||||
# homeassistant.components.modbus
|
||||
pymodbus==2.5.3rc1
|
||||
pymodbus==2.5.3
|
||||
|
||||
# homeassistant.components.monoprice
|
||||
pymonoprice==0.3
|
||||
|
|
|
@ -974,7 +974,7 @@ pymfy==0.11.0
|
|||
pymochad==0.2.0
|
||||
|
||||
# homeassistant.components.modbus
|
||||
pymodbus==2.5.3rc1
|
||||
pymodbus==2.5.3
|
||||
|
||||
# homeassistant.components.monoprice
|
||||
pymonoprice==0.3
|
||||
|
|
Loading…
Add table
Reference in a new issue