From 8daaee702be704311fcb508c77643ac69b8cd706 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 8 Aug 2016 11:03:12 -0400 Subject: [PATCH] bump proliphix library to 0.3.1 (#2751) The 0.3.1 version of the library includes fixes for time syncing the thermostat under the covers when needed. All changes are done on the library side, we just need to bump the required level in home assistant. --- homeassistant/components/thermostat/proliphix.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/thermostat/proliphix.py b/homeassistant/components/thermostat/proliphix.py index a330f8c2000..e54a5a4aa11 100644 --- a/homeassistant/components/thermostat/proliphix.py +++ b/homeassistant/components/thermostat/proliphix.py @@ -9,7 +9,7 @@ from homeassistant.components.thermostat import ( from homeassistant.const import ( CONF_HOST, CONF_PASSWORD, CONF_USERNAME, TEMP_FAHRENHEIT) -REQUIREMENTS = ['proliphix==0.2.0'] +REQUIREMENTS = ['proliphix==0.3.1'] def setup_platform(hass, config, add_devices, discovery_info=None): diff --git a/requirements_all.txt b/requirements_all.txt index 9714c56a0f1..9a6cd994532 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -234,7 +234,7 @@ plexapi==1.1.0 pmsensor==0.2 # homeassistant.components.thermostat.proliphix -proliphix==0.2.0 +proliphix==0.3.1 # homeassistant.components.sensor.systemmonitor psutil==4.3.0