- platform: rest
name: light1
unique_id:xxxx03
resource: https://xxxxxxxxxxxxxxxxxxxxxxxxxxxx
headers:
Content-Type: application/x-www-form-urlencoded
x-access-token: xxxxxxxxxxxxxxxxxx
method: POST
value_template: >
{% if value_json["lightSwitch"]|int == 1 %}
on
{% else %}
off
{% endif %}
device_class: light
|