mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46: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
|
```yaml
|
||||||
- type: gauge
|
- type: gauge
|
||||||
entity: sensor.cpu_usuage
|
entity: sensor.cpu_usage
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -77,7 +77,7 @@ Title and Unit of Measurement Example:
|
|||||||
- type: gauge
|
- type: gauge
|
||||||
title: CPU Usuage
|
title: CPU Usuage
|
||||||
unit_of_measurement: '%'
|
unit_of_measurement: '%'
|
||||||
entity: sensor.cpu_usuage
|
entity: sensor.cpu_usage
|
||||||
```
|
```
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
@ -91,7 +91,7 @@ Define the severity map:
|
|||||||
- type: gauge
|
- type: gauge
|
||||||
title: With Severity
|
title: With Severity
|
||||||
unit_of_measurement: '%'
|
unit_of_measurement: '%'
|
||||||
entity: sensor.cpu_usuage
|
entity: sensor.cpu_usage
|
||||||
severity:
|
severity:
|
||||||
green: 0
|
green: 0
|
||||||
yellow: 45
|
yellow: 45
|
||||||
|
Loading…
x
Reference in New Issue
Block a user