binary_sensor: - name: "Chore: Mow" unique_id: rest_binary_sensor.chore_mow platform: rest resource: http://192.168.1.11:9192/api/chores/32 icon: mdi:mower-bag headers: GROCY-API-KEY: !secret grocy_api_key accept: "application/json" value_template: "{{value_json.next_estimated_execution_time}}" sensor: - name: "Chore: Mow" unique_id: rest_sensor.chore_mow platform: rest resource: http://192.168.1.11:9192/api/chores/32 icon: mdi:mower-bag headers: GROCY-API-KEY: !secret grocy_api_key accept: "application/json" value_template: "{{value_json.next_estimated_execution_time}}"