mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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"
|
DOMAIN = "modbus"
|
||||||
|
|
||||||
DEPENDENCIES = []
|
DEPENDENCIES = []
|
||||||
REQUIREMENTS = ['pymodbus>=1.2.0']
|
REQUIREMENTS = ['https://github.com/bashwork/pymodbus/archive/python3.zip'
|
||||||
|
'#pymodbus>=1.2.0']
|
||||||
|
|
||||||
# Type of network
|
# Type of network
|
||||||
MEDIUM = "type"
|
MEDIUM = "type"
|
||||||
|
@ -108,5 +108,5 @@ RPi.GPIO >=0.5.11
|
|||||||
paho-mqtt>=1.1
|
paho-mqtt>=1.1
|
||||||
|
|
||||||
# PyModbus (modbus)
|
# 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