2020-03-05 17:28:39 -08:00

897 B

title, description, logo, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain
title description logo ha_category ha_release ha_iot_class ha_codeowners ha_domain
CPU Speed Instructions on how to integrate CPU speed within Home Assistant. cpu.png
System Monitor
pre 0.7 Local Push
@fabaff
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 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 %}