mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
bump proliphix library version
This fixes an upstream bug with daylight savings time handling
This commit is contained in:
@ -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.4.0']
|
||||
REQUIREMENTS = ['proliphix==0.4.1']
|
||||
|
||||
ATTR_FAN = 'fan'
|
||||
|
||||
|
@ -313,7 +313,7 @@ plexapi==2.0.2
|
||||
pmsensor==0.3
|
||||
|
||||
# homeassistant.components.climate.proliphix
|
||||
proliphix==0.4.0
|
||||
proliphix==0.4.1
|
||||
|
||||
# homeassistant.components.sensor.systemmonitor
|
||||
psutil==5.0.0
|
||||
|
Reference in New Issue
Block a user