Untitled

Anonymous
plain_text
02/16/2023 2:20 PM
436 B
614
Indexable
sensor:     ### ONLY INCLUDE THIS LINE IF YOU DON'T ALREADY HAVE Sensor: IN YOUR Configuration.yaml ###

  - platform: rest
    resource: 
    name: "CUSTOM NAME"
    value_template: '{{ value_json.state }}'
    json_attributes:
      - attributes
    headers:
      Authorization: Bearer YOUR_LONG_LIVED_ACCESS_TOKEN
Editor is loading...