mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fix small typo in sensor.cpu_usage
(#6875)
`sensor.cpu_usage` was spelled incorrectly in a few examples.
This commit is contained in:
parent
54f4386aff
commit
bd1ff65eb6
@ -19,7 +19,7 @@ Screenshot of the gauge card.
|
||||
|
||||
```yaml
|
||||
- type: gauge
|
||||
entity: sensor.cpu_usuage
|
||||
entity: sensor.cpu_usage
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
@ -77,7 +77,7 @@ Title and Unit of Measurement Example:
|
||||
- type: gauge
|
||||
title: CPU Usuage
|
||||
unit_of_measurement: '%'
|
||||
entity: sensor.cpu_usuage
|
||||
entity: sensor.cpu_usage
|
||||
```
|
||||
|
||||
<p class='img'>
|
||||
@ -91,7 +91,7 @@ Define the severity map:
|
||||
- type: gauge
|
||||
title: With Severity
|
||||
unit_of_measurement: '%'
|
||||
entity: sensor.cpu_usuage
|
||||
entity: sensor.cpu_usage
|
||||
severity:
|
||||
green: 0
|
||||
yellow: 45
|
||||
|
Loading…
x
Reference in New Issue
Block a user