mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Upgrade psutil to 4.4.0 (#4032)
This commit is contained in:
parent
4ecfc7d066
commit
627517cbbc
@ -14,7 +14,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
import homeassistant.util.dt as dt_util
|
import homeassistant.util.dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['psutil==4.3.1']
|
REQUIREMENTS = ['psutil==4.4.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
|||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
"""Setup the System sensors."""
|
"""Set up the system monitor sensors."""
|
||||||
dev = []
|
dev = []
|
||||||
for resource in config[CONF_RESOURCES]:
|
for resource in config[CONF_RESOURCES]:
|
||||||
if 'arg' not in resource:
|
if 'arg' not in resource:
|
||||||
|
@ -312,7 +312,7 @@ pmsensor==0.3
|
|||||||
proliphix==0.4.0
|
proliphix==0.4.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.systemmonitor
|
# homeassistant.components.sensor.systemmonitor
|
||||||
psutil==4.3.1
|
psutil==4.4.0
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
pubnub==3.8.2
|
pubnub==3.8.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user