Bump proliphix library to 0.4.0 (#3855)

There was a bug in setback setting which is now fixed in 0.4.0. This
ensures that any users have working setback code.
This commit is contained in:
Sean Dague 2016-10-14 03:06:53 -04:00 committed by Paulus Schoutsen
parent 7848791a04
commit a5b756e1e5
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ from homeassistant.const import (
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, TEMP_FAHRENHEIT, ATTR_TEMPERATURE)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['proliphix==0.3.1']
REQUIREMENTS = ['proliphix==0.4.0']
ATTR_FAN = 'fan'

View file

@ -9,7 +9,7 @@ from homeassistant.components.thermostat import (
from homeassistant.const import (
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, TEMP_FAHRENHEIT)
REQUIREMENTS = ['proliphix==0.3.1']
REQUIREMENTS = ['proliphix==0.4.0']
def setup_platform(hass, config, add_devices, discovery_info=None):

View file

@ -293,7 +293,7 @@ pmsensor==0.3
# homeassistant.components.climate.proliphix
# homeassistant.components.thermostat.proliphix
proliphix==0.3.1
proliphix==0.4.0
# homeassistant.components.sensor.systemmonitor
psutil==4.3.1