mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Upgrade psutil to 4.3.0 (#2342)
* Upgrade psutil to 4.3.0 * Remove period
This commit is contained in:
parent
ba417a730b
commit
caa096ebd5
@ -1,5 +1,5 @@
|
|||||||
"""
|
"""
|
||||||
Support for monitoring the local system..
|
Support for monitoring the local system.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
For more details about this platform, please refer to the documentation at
|
||||||
https://home-assistant.io/components/sensor.systemmonitor/
|
https://home-assistant.io/components/sensor.systemmonitor/
|
||||||
@ -10,7 +10,7 @@ import homeassistant.util.dt as dt_util
|
|||||||
from homeassistant.const import STATE_OFF, STATE_ON
|
from homeassistant.const import STATE_OFF, STATE_ON
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['psutil==4.2.0']
|
REQUIREMENTS = ['psutil==4.3.0']
|
||||||
SENSOR_TYPES = {
|
SENSOR_TYPES = {
|
||||||
'disk_use_percent': ['Disk Use', '%', 'mdi:harddisk'],
|
'disk_use_percent': ['Disk Use', '%', 'mdi:harddisk'],
|
||||||
'disk_use': ['Disk Use', 'GiB', 'mdi:harddisk'],
|
'disk_use': ['Disk Use', 'GiB', 'mdi:harddisk'],
|
||||||
|
@ -218,7 +218,7 @@ plexapi==1.1.0
|
|||||||
proliphix==0.1.0
|
proliphix==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.systemmonitor
|
# homeassistant.components.sensor.systemmonitor
|
||||||
psutil==4.2.0
|
psutil==4.3.0
|
||||||
|
|
||||||
# homeassistant.components.notify.pushbullet
|
# homeassistant.components.notify.pushbullet
|
||||||
pushbullet.py==0.10.0
|
pushbullet.py==0.10.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user