Fix small typo in sensor.cpu_usage (#6875)

`sensor.cpu_usage` was spelled incorrectly in a few examples.
This commit is contained in:
Tomi Blinnikka 2018-10-17 01:41:03 -05:00 committed by Fabian Affolter
parent 54f4386aff
commit bd1ff65eb6

View File

@ -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