Update modbus dependency
This commit is contained in:
parent
60ade75031
commit
b37471af68
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@ from homeassistant.const import (EVENT_HOMEASSISTANT_START,
|
|||
DOMAIN = "modbus"
|
||||
|
||||
DEPENDENCIES = []
|
||||
REQUIREMENTS = ['pymodbus>=1.2.0']
|
||||
REQUIREMENTS = ['https://github.com/bashwork/pymodbus/archive/python3.zip'
|
||||
'#pymodbus>=1.2.0']
|
||||
|
||||
# Type of network
|
||||
MEDIUM = "type"
|
||||
|
|
|
@ -108,5 +108,5 @@ RPi.GPIO >=0.5.11
|
|||
paho-mqtt>=1.1
|
||||
|
||||
# PyModbus (modbus)
|
||||
pymodbus>=1.2.0
|
||||
https://github.com/bashwork/pymodbus/archive/python3.zip#pymodbus>=1.2.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue