Browse Source

fix value_template

master
Thomas 4 years ago
parent
commit
65c08ea599
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 2
      sensors/sensors.yaml

2
sensors/sensors.yaml

@ -21,6 +21,6 @@
- platform: command_line - platform: command_line
command: "curl cypher/matemeter/api.php" command: "curl cypher/matemeter/api.php"
name: remaining_bottles name: remaining_bottles
value_json: "{{value_json.remaining_bottles}}" value_template: "{{value_json.remaining_bottles}}"
scan_interval: 20 scan_interval: 20
command_timeout: 30 command_timeout: 30

Loading…
Cancel
Save