Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

895 B

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
CPU speed Instructions on how to integrate CPU speed within Home Assistant. 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 %}