Upgrade psutil to 4.1.0
This commit is contained in:
parent
f7943d9448
commit
a0be348f3a
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue