diff --git a/homeassistant/components/modbus.py b/homeassistant/components/modbus.py index b7b6193f6c0..0315682bae0 100644 --- a/homeassistant/components/modbus.py +++ b/homeassistant/components/modbus.py @@ -16,8 +16,7 @@ from homeassistant.const import ( DOMAIN = 'modbus' -REQUIREMENTS = ['https://github.com/bashwork/pymodbus/archive/' - 'd7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0'] +REQUIREMENTS = ['pymodbus==1.3.0rc1'] # Type of network CONF_BAUDRATE = 'baudrate' diff --git a/requirements_all.txt b/requirements_all.txt index 26e25d16480..6141e3d29de 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -270,9 +270,6 @@ https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7 # homeassistant.components.cover.myq https://github.com/arraylabs/pymyq/archive/v0.0.8.zip#pymyq==0.0.8 -# homeassistant.components.modbus -https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0 - # homeassistant.components.media_player.spotify https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f86c90aa26b2.zip#spotipy==2.4.4 @@ -593,6 +590,9 @@ pymailgunner==1.4 # homeassistant.components.mochad pymochad==0.1.1 +# homeassistant.components.modbus +pymodbus==1.3.0rc1 + # homeassistant.components.mysensors pymysensors==0.10.0