mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +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
|
||||
- type: gauge
|
||||
title: CPU Usuage
|
||||
unit_of_measurement: '%'
|
||||
unit: '%'
|
||||
entity: sensor.cpu_usage
|
||||
```
|
||||
|
||||
@ -94,7 +94,7 @@ Define the severity map:
|
||||
```yaml
|
||||
- type: gauge
|
||||
title: With Severity
|
||||
unit_of_measurement: '%'
|
||||
unit: '%'
|
||||
entity: sensor.cpu_usage
|
||||
severity:
|
||||
green: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user