mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Update modbus dependency
This commit is contained in:
parent
60ade75031
commit
b37471af68
@ -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…
x
Reference in New Issue
Block a user