mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix example config (#7830)
Example configs were using `title` instead of `name`
This commit is contained in:
parent
ad85c2fe92
commit
da37bd4018
@ -80,7 +80,7 @@ Title and Unit of Measurement Example:
|
||||
|
||||
```yaml
|
||||
- type: gauge
|
||||
title: CPU Usuage
|
||||
name: CPU Usuage
|
||||
unit: '%'
|
||||
entity: sensor.cpu_usage
|
||||
```
|
||||
@ -94,7 +94,7 @@ Define the severity map:
|
||||
|
||||
```yaml
|
||||
- type: gauge
|
||||
title: With Severity
|
||||
name: With Severity
|
||||
unit: '%'
|
||||
entity: sensor.cpu_usage
|
||||
severity:
|
||||
|
Loading…
x
Reference in New Issue
Block a user