mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
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:
parent
7848791a04
commit
a5b756e1e5
@ -12,7 +12,7 @@ from homeassistant.const import (
|
|||||||
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, TEMP_FAHRENHEIT, ATTR_TEMPERATURE)
|
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, TEMP_FAHRENHEIT, ATTR_TEMPERATURE)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['proliphix==0.3.1']
|
REQUIREMENTS = ['proliphix==0.4.0']
|
||||||
|
|
||||||
ATTR_FAN = 'fan'
|
ATTR_FAN = 'fan'
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ from homeassistant.components.thermostat import (
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, TEMP_FAHRENHEIT)
|
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):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
|
@ -293,7 +293,7 @@ pmsensor==0.3
|
|||||||
|
|
||||||
# homeassistant.components.climate.proliphix
|
# homeassistant.components.climate.proliphix
|
||||||
# homeassistant.components.thermostat.proliphix
|
# homeassistant.components.thermostat.proliphix
|
||||||
proliphix==0.3.1
|
proliphix==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.systemmonitor
|
# homeassistant.components.sensor.systemmonitor
|
||||||
psutil==4.3.1
|
psutil==4.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user