Untitled

 avatar
unknown
plain_text
2 years ago
326 B
486
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...