Upgrade psutil to 4.1.0

This commit is contained in:
Fabian Affolter 2016-03-23 22:44:05 +01:00
parent f7943d9448
commit a0be348f3a
2 changed files with 3 additions and 3 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.0.0']
REQUIREMENTS = ['psutil==4.1.0']
SENSOR_TYPES = {
'disk_use_percent': ['Disk Use', '%', 'mdi:harddisk'],
'disk_use': ['Disk Use', 'GiB', 'mdi:harddisk'],
@ -38,7 +38,7 @@ _LOGGER = logging.getLogger(__name__)
# pylint: disable=unused-argument
def setup_platform(hass, config, add_devices, discovery_info=None):
"""Setup the sensors."""
"""Setup the System sensors."""
dev = []
for resource in config['resources']:
if 'arg' not in resource:

View file

@ -146,7 +146,7 @@ plexapi==1.1.0
proliphix==0.1.0
# homeassistant.components.sensor.systemmonitor
psutil==4.0.0
psutil==4.1.0
# homeassistant.components.notify.pushbullet
pushbullet.py==0.9.0