mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Add cpuspeed page
This commit is contained in:
parent
078c6d16c7
commit
70d1cbeac5
26
source/components/sensor.cpuspeed.markdown
Normal file
26
source/components/sensor.cpuspeed.markdown
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Monitor CPU speed"
|
||||||
|
description: "Instructions how to integrate CPU speed within Home Assistant."
|
||||||
|
date: 2015-10-15 11:00
|
||||||
|
sidebar: false
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<img src='/images/supported_brands/utilities-system-monitor.png' class='brand pull-right' />
|
||||||
|
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.
|
Loading…
x
Reference in New Issue
Block a user