Files
fresh-home/components/packages/grocy/sensors.yaml
T
2025-02-11 17:09:03 -05:00

22 lines
655 B
YAML

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}}"