Upgrade psutil to 3.2.2

This commit is contained in:
Fabian Affolter 2015-10-13 23:41:46 +02:00
parent 24e4b9e012
commit 64a78d7b4f

View File

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