Updating Docs

This commit is contained in:
Zack Arnett 2018-10-11 13:03:47 -04:00
parent 7262381d0a
commit ef6b4d94e0
2 changed files with 4 additions and 4 deletions

View File

@ -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