From c1553559f0cce668232641c4efb3518008ad604b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 3 Jan 2022 11:28:43 +0100 Subject: [PATCH] Add configuration flow to CPU Speed (#20910) --- source/_integrations/cpuspeed.markdown | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/source/_integrations/cpuspeed.markdown b/source/_integrations/cpuspeed.markdown index 35a70bd8563..edc2f6a3bc7 100644 --- a/source/_integrations/cpuspeed.markdown +++ b/source/_integrations/cpuspeed.markdown @@ -9,11 +9,12 @@ ha_iot_class: Local Push ha_codeowners: - '@fabaff' ha_domain: cpuspeed +ha_config_flow: true ha_platforms: - sensor --- -The `cpuspeed` sensor platform to allow you to monitor the current CPU speed. +The CPU Speed integration allows you to monitor the current CPU speed.
@@ -21,20 +22,4 @@ The `cpuspeed` sensor platform to allow you to monitor the current CPU speed.
-## Configuration - -To add this platform to your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: cpuspeed -``` - -{% configuration %} -name: - description: Name to use in the frontend. - required: false - type: string - default: CPU speed -{% endconfiguration %} +{% include integrations/config_flow.md %}