mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Updating Docs
This commit is contained in:
parent
7262381d0a
commit
ef6b4d94e0
@ -24,7 +24,7 @@ type:
|
||||
type: string
|
||||
entity:
|
||||
required: true
|
||||
description: "Numerical Entity to show"
|
||||
description: "Entity id to show"
|
||||
type: string
|
||||
title:
|
||||
required: false
|
||||
@ -34,7 +34,7 @@ unit_of_measurement:
|
||||
required: false
|
||||
description: Unit of Measurement given to data
|
||||
type: string
|
||||
default: "Unit Of Measurement given by Entity"
|
||||
default: "Unit Of Measurement given by entity"
|
||||
min:
|
||||
required: false
|
||||
description: Minimum value for graph
|
||||
@ -77,7 +77,7 @@ Basic example:
|
||||
```yaml
|
||||
- type: gauge
|
||||
title: CPU Usuage
|
||||
unit_of_measurement: %
|
||||
unit_of_measurement: '%'
|
||||
entity: sensor.cpu_usuage
|
||||
```
|
||||
|
||||
@ -92,7 +92,7 @@ Define severity object:
|
||||
- type: gauge
|
||||
title: With Severity
|
||||
title: CPU Usuage
|
||||
unit_of_measurement: %
|
||||
unit_of_measurement: '%'
|
||||
entity: sensor.cpu_usuage
|
||||
severity:
|
||||
green: 0
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 317 KiB After Width: | Height: | Size: 387 KiB |
Loading…
x
Reference in New Issue
Block a user