mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Fix example for the Gauge card (#7777)
This commit is contained in:
parent
2fef956858
commit
1158a29dae
@ -80,7 +80,7 @@ Title and Unit of Measurement Example:
|
|||||||
```yaml
|
```yaml
|
||||||
- type: gauge
|
- type: gauge
|
||||||
title: CPU Usuage
|
title: CPU Usuage
|
||||||
unit_of_measurement: '%'
|
unit: '%'
|
||||||
entity: sensor.cpu_usage
|
entity: sensor.cpu_usage
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ Define the severity map:
|
|||||||
```yaml
|
```yaml
|
||||||
- type: gauge
|
- type: gauge
|
||||||
title: With Severity
|
title: With Severity
|
||||||
unit_of_measurement: '%'
|
unit: '%'
|
||||||
entity: sensor.cpu_usage
|
entity: sensor.cpu_usage
|
||||||
severity:
|
severity:
|
||||||
green: 0
|
green: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user