Skip to content

Commit

Permalink
Upgraded enturclient to 0.1.2 (#19267)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfurubotten authored and Danielhiversen committed Dec 14, 2018
1 parent e8ec74b commit ddbfdf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/entur_public_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from homeassistant.util import Throttle
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['enturclient==0.1.0']
REQUIREMENTS = ['enturclient==0.1.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ elkm1-lib==0.7.13
enocean==0.40

# homeassistant.components.sensor.entur_public_transport
enturclient==0.1.0
enturclient==0.1.2

# homeassistant.components.sensor.envirophat
# envirophat==0.0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ defusedxml==0.5.0
dsmr_parser==0.12

# homeassistant.components.sensor.entur_public_transport
enturclient==0.1.0
enturclient==0.1.2

# homeassistant.components.sensor.season
ephem==3.7.6.0
Expand Down

0 comments on commit ddbfdf1

Please sign in to comment.