From 70d1cbeac51e2dbdebbf0c45744d08bb8d5d70bd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 15 Oct 2015 11:01:13 +0200 Subject: [PATCH] Add cpuspeed page --- source/components/sensor.cpuspeed.markdown | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/components/sensor.cpuspeed.markdown diff --git a/source/components/sensor.cpuspeed.markdown b/source/components/sensor.cpuspeed.markdown new file mode 100644 index 00000000000..11cf4551655 --- /dev/null +++ b/source/components/sensor.cpuspeed.markdown @@ -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 +--- + + +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.