Upgrade py-cpuinfo to 5.0.0 (#22287)
This commit is contained in:
parent
90dfe72d31
commit
3c811bbf1a
2 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,4 @@
|
|||
"""
|
||||
Support for displaying the current CPU speed.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/sensor.cpuspeed/
|
||||
"""
|
||||
"""Support for displaying the current CPU speed."""
|
||||
import logging
|
||||
|
||||
import voluptuous as vol
|
||||
|
@ -13,7 +8,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
|||
from homeassistant.const import CONF_NAME
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['py-cpuinfo==4.0.0']
|
||||
REQUIREMENTS = ['py-cpuinfo==5.0.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -894,7 +894,7 @@ py-august==0.7.0
|
|||
py-canary==0.5.0
|
||||
|
||||
# homeassistant.components.cpuspeed.sensor
|
||||
py-cpuinfo==4.0.0
|
||||
py-cpuinfo==5.0.0
|
||||
|
||||
# homeassistant.components.melissa
|
||||
py-melissa-climate==2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue