Skip to content

Commit

Permalink
Use version 1.3 of radiotherm (home-assistant#8164)
Browse files Browse the repository at this point in the history
Add an optional extended description…
  • Loading branch information
twilde authored and pvizeli committed Jun 23, 2017
1 parent fe93b51 commit bef2207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/climate/radiotherm.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from homeassistant.const import CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['radiotherm==1.2']
REQUIREMENTS = ['radiotherm==1.3']

_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 @@ -769,7 +769,7 @@ qnapstats==0.2.4
rachiopy==0.1.2

# homeassistant.components.climate.radiotherm
radiotherm==1.2
radiotherm==1.3

# homeassistant.components.raspihats
# raspihats==2.2.1
Expand Down

0 comments on commit bef2207

Please sign in to comment.