mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Updating Docs
This commit is contained in:
parent
7262381d0a
commit
ef6b4d94e0
@ -24,7 +24,7 @@ type:
|
|||||||
type: string
|
type: string
|
||||||
entity:
|
entity:
|
||||||
required: true
|
required: true
|
||||||
description: "Numerical Entity to show"
|
description: "Entity id to show"
|
||||||
type: string
|
type: string
|
||||||
title:
|
title:
|
||||||
required: false
|
required: false
|
||||||
@ -34,7 +34,7 @@ unit_of_measurement:
|
|||||||
required: false
|
required: false
|
||||||
description: Unit of Measurement given to data
|
description: Unit of Measurement given to data
|
||||||
type: string
|
type: string
|
||||||
default: "Unit Of Measurement given by Entity"
|
default: "Unit Of Measurement given by entity"
|
||||||
min:
|
min:
|
||||||
required: false
|
required: false
|
||||||
description: Minimum value for graph
|
description: Minimum value for graph
|
||||||
@ -77,7 +77,7 @@ Basic example:
|
|||||||
```yaml
|
```yaml
|
||||||
- type: gauge
|
- type: gauge
|
||||||
title: CPU Usuage
|
title: CPU Usuage
|
||||||
unit_of_measurement: %
|
unit_of_measurement: '%'
|
||||||
entity: sensor.cpu_usuage
|
entity: sensor.cpu_usuage
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ Define severity object:
|
|||||||
- type: gauge
|
- type: gauge
|
||||||
title: With Severity
|
title: With Severity
|
||||||
title: CPU Usuage
|
title: CPU Usuage
|
||||||
unit_of_measurement: %
|
unit_of_measurement: '%'
|
||||||
entity: sensor.cpu_usuage
|
entity: sensor.cpu_usuage
|
||||||
severity:
|
severity:
|
||||||
green: 0
|
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