diff --git a/sensors/sensors.yaml b/sensors/sensors.yaml index 933ee45..7a01ee8 100644 --- a/sensors/sensors.yaml +++ b/sensors/sensors.yaml @@ -21,6 +21,6 @@ - platform: command_line command: "curl cypher/matemeter/api.php" name: remaining_bottles - value_json: "{{value_json.remaining_bottles}}" + value_template: "{{value_json.remaining_bottles}}" scan_interval: 20 command_timeout: 30