Switch to own packaged version of pygtfs (#15040)
parent
ed0cfc4f31
commit
5995c6a2ac
|
@ -16,9 +16,7 @@ from homeassistant.const import CONF_NAME
|
|||
from homeassistant.helpers.entity import Entity
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ["https://github.com/robbiet480/pygtfs/archive/"
|
||||
"00546724e4bbcb3053110d844ca44e2246267dd8.zip#"
|
||||
"pygtfs==0.1.3"]
|
||||
REQUIREMENTS = ['pygtfs-homeassistant==0.1.3.dev0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -427,9 +427,6 @@ homematicip==0.9.8
|
|||
# homeassistant.components.remember_the_milk
|
||||
httplib2==0.10.3
|
||||
|
||||
# homeassistant.components.sensor.gtfs
|
||||
https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3
|
||||
|
||||
# homeassistant.components.hydrawise
|
||||
hydrawiser==0.1.1
|
||||
|
||||
|
@ -837,6 +834,9 @@ pygatt==3.2.0
|
|||
# homeassistant.components.cover.gogogate2
|
||||
pygogogate2==0.1.1
|
||||
|
||||
# homeassistant.components.sensor.gtfs
|
||||
pygtfs-homeassistant==0.1.3.dev0
|
||||
|
||||
# homeassistant.components.remote.harmony
|
||||
pyharmony==1.0.20
|
||||
|
||||
|
|
Loading…
Reference in New Issue