Upgrade psutil to 4.2.0 (#2101)

This commit is contained in:
Fabian Affolter 2016-05-19 02:04:59 +02:00 committed by Robbie Trencheny
parent c96a5d5b2b
commit a032e649f5
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import homeassistant.util.dt as dt_util
from homeassistant.const import STATE_OFF, STATE_ON
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['psutil==4.1.0']
REQUIREMENTS = ['psutil==4.2.0']
SENSOR_TYPES = {
'disk_use_percent': ['Disk Use', '%', 'mdi:harddisk'],
'disk_use': ['Disk Use', 'GiB', 'mdi:harddisk'],