mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +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
|
```yaml
|
||||||
- type: gauge
|
- type: gauge
|
||||||
title: CPU Usuage
|
name: CPU Usuage
|
||||||
unit: '%'
|
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
|
name: With Severity
|
||||||
unit: '%'
|
unit: '%'
|
||||||
entity: sensor.cpu_usage
|
entity: sensor.cpu_usage
|
||||||
severity:
|
severity:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user