mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Switch pymodbus to pypi (#7677)
This commit is contained in:
parent
81f0826550
commit
44edf3e105
@ -16,8 +16,7 @@ from homeassistant.const import (
|
|||||||
|
|
||||||
DOMAIN = 'modbus'
|
DOMAIN = 'modbus'
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/bashwork/pymodbus/archive/'
|
REQUIREMENTS = ['pymodbus==1.3.0rc1']
|
||||||
'd7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0']
|
|
||||||
|
|
||||||
# Type of network
|
# Type of network
|
||||||
CONF_BAUDRATE = 'baudrate'
|
CONF_BAUDRATE = 'baudrate'
|
||||||
|
@ -270,9 +270,6 @@ https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7
|
|||||||
# homeassistant.components.cover.myq
|
# homeassistant.components.cover.myq
|
||||||
https://github.com/arraylabs/pymyq/archive/v0.0.8.zip#pymyq==0.0.8
|
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
|
# homeassistant.components.media_player.spotify
|
||||||
https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f86c90aa26b2.zip#spotipy==2.4.4
|
https://github.com/happyleavesaoc/spotipy/archive/544614f4b1d508201d363e84e871f86c90aa26b2.zip#spotipy==2.4.4
|
||||||
|
|
||||||
@ -593,6 +590,9 @@ pymailgunner==1.4
|
|||||||
# homeassistant.components.mochad
|
# homeassistant.components.mochad
|
||||||
pymochad==0.1.1
|
pymochad==0.1.1
|
||||||
|
|
||||||
|
# homeassistant.components.modbus
|
||||||
|
pymodbus==1.3.0rc1
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.10.0
|
pymysensors==0.10.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user