mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Upgrade psutil to 4.3.1 (#3223)
This commit is contained in:
parent
26eba4cb1a
commit
9530c7366b
@ -8,14 +8,13 @@ import logging
|
|||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
import homeassistant.util.dt as dt_util
|
|
||||||
|
|
||||||
from homeassistant.const import (CONF_RESOURCES, STATE_OFF, STATE_ON)
|
|
||||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||||
|
from homeassistant.const import (CONF_RESOURCES, STATE_OFF, STATE_ON)
|
||||||
from homeassistant.helpers.entity import Entity
|
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
|
||||||
|
|
||||||
REQUIREMENTS = ['psutil==4.3.0']
|
REQUIREMENTS = ['psutil==4.3.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -270,7 +270,7 @@ pmsensor==0.3
|
|||||||
proliphix==0.3.1
|
proliphix==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.systemmonitor
|
# homeassistant.components.sensor.systemmonitor
|
||||||
psutil==4.3.0
|
psutil==4.3.1
|
||||||
|
|
||||||
# homeassistant.components.wink
|
# homeassistant.components.wink
|
||||||
# homeassistant.components.binary_sensor.wink
|
# homeassistant.components.binary_sensor.wink
|
||||||
|
Loading…
x
Reference in New Issue
Block a user