mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Upgrade py-cpuinfo to 5.0.0 (#22287)
This commit is contained in:
parent
90dfe72d31
commit
3c811bbf1a
@ -1,9 +1,4 @@
|
|||||||
"""
|
"""Support for displaying the current CPU speed."""
|
||||||
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/
|
|
||||||
"""
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
@ -13,7 +8,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
|||||||
from homeassistant.const import CONF_NAME
|
from homeassistant.const import CONF_NAME
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['py-cpuinfo==4.0.0']
|
REQUIREMENTS = ['py-cpuinfo==5.0.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -894,7 +894,7 @@ py-august==0.7.0
|
|||||||
py-canary==0.5.0
|
py-canary==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.cpuspeed.sensor
|
# homeassistant.components.cpuspeed.sensor
|
||||||
py-cpuinfo==4.0.0
|
py-cpuinfo==5.0.0
|
||||||
|
|
||||||
# homeassistant.components.melissa
|
# homeassistant.components.melissa
|
||||||
py-melissa-climate==2.0.0
|
py-melissa-climate==2.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user