mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00
584 B
584 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|
page | CPU speed | Instructions how to integrate CPU speed within Home Assistant. | 2015-10-15 11:00 | true | false | true | true | Sensor | Local Push |
The cpuspeed
sensor platform to allow you to monitor the current CPU speed.
To add this platform to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
platform: cpuspeed
name: CPU
Configuration variables:
- name (Optional): Name of the sensor.