home-assistant.io/source/_components/sensor.cpuspeed.markdown
Fabian Affolter 6cb4a57d36 Add class
2016-02-22 09:29:43 +01:00

29 lines
584 B
Markdown

---
layout: page
title: "CPU speed"
description: "Instructions how to integrate CPU speed within Home Assistant."
date: 2015-10-15 11:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Sensor
ha_iot_class: "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:
```yaml
# Example configuration.yaml entry
sensor:
platform: cpuspeed
name: CPU
```
Configuration variables:
- **name** (*Optional*): Name of the sensor.