updated garadget mqtt example to include value template (#15283)

Co-authored-by: Nader Shenoda <nshenoda@mfganalytic.com>
This commit is contained in:
resistr 2020-10-17 05:06:51 -05:00 committed by GitHub
parent 2061527b25
commit 879fb89e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,4 +134,7 @@ cover:
state_topic: "garadget/device_name/status"
payload_open: "open"
payload_close: "close"
value_template: "{{ value_json.status }}"
```
Replace device_name with the name of the device provided when configuring garadget.