Skip to content

Commit

Permalink
external dependency evohomeclient 0.2.4 gave a json decode error. (ho…
Browse files Browse the repository at this point in the history
…me-assistant#1895)

* external dependency evohomeclient 0.2.4 gave a json decode error.
upped to 0.2.5
  • Loading branch information
sander76 authored and fabaff committed Apr 23, 2016
1 parent 413b8d3 commit 27ce394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/thermostat/honeywell.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from homeassistant.const import (
CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT)

REQUIREMENTS = ['evohomeclient==0.2.4',
REQUIREMENTS = ['evohomeclient==0.2.5',
'somecomfort==0.2.1']

_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 @@ -47,7 +47,7 @@ dweepy==0.2.0
eliqonline==1.0.11

# homeassistant.components.thermostat.honeywell
evohomeclient==0.2.4
evohomeclient==0.2.5

# homeassistant.components.feedreader
feedparser==5.2.1
Expand Down

0 comments on commit 27ce394

Please sign in to comment.