mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Changed component REQUIREMENTS to absolute versions.
This commit is contained in:
@@ -66,7 +66,7 @@ import homeassistant.util.dt as dt_util
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.const import STATE_ON, STATE_OFF
|
||||
|
||||
REQUIREMENTS = ['psutil>=3.0.0']
|
||||
REQUIREMENTS = ['psutil==3.0.0']
|
||||
SENSOR_TYPES = {
|
||||
'disk_use_percent': ['Disk Use', '%'],
|
||||
'disk_use': ['Disk Use', 'GiB'],
|
||||
|
||||
Reference in New Issue
Block a user