diff --git a/sensors/sensors.yaml b/sensors/sensors.yaml index 7a01ee8..4ab6b17 100644 --- a/sensors/sensors.yaml +++ b/sensors/sensors.yaml @@ -22,5 +22,9 @@ command: "curl cypher/matemeter/api.php" name: remaining_bottles value_template: "{{value_json.remaining_bottles}}" + json_attributes: + - total_bottles_refilled + - total_bottles_sold + - remaining_bottles scan_interval: 20 command_timeout: 30