Add configuration flow to CPU Speed (#20910)

This commit is contained in:
Franck Nijhof 2022-01-03 11:28:43 +01:00 committed by GitHub
parent 25e18524ff
commit c1553559f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<div class='note warning'>
@ -21,20 +22,4 @@ The `cpuspeed` sensor platform to allow you to monitor the current CPU speed.
</div>
## 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 %}