Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

988 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page CPU speed Instructions on how to integrate CPU speed within Home Assistant. 2015-10-15 11:00 true false true true cpu.png
System Monitor
pre 0.7 Local Push
/components/sensor.cpuspeed/

The cpuspeed sensor platform to allow you to monitor the current CPU speed.

You can't use this sensor in a Container (like Hass.io) as it requires access to the physical CPU. Also, not all [ARM CPUs](https://github.com/workhorsy/py-cpuinfo/#cpu-support) are supported.

Configuration

To add this platform to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: cpuspeed

{% configuration %} name: description: Name to use in the frontend. required: false type: string default: CPU speed {% endconfiguration %}