Advertisement
kiwijunglist

Untitled

Apr 1st, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.33 KB | None | 0 0
  1. rest_command:
  2.   climate_to_on:
  3.     method: POST
  4.     url: 'https://xxxxxx.duckdns.org:8123/api/states/climate.panasonic_aircon'
  5.     password: 'xxxxxx'
  6.     content_type: application/json
  7.     payload: '{
  8.     "state": "tomatoes",
  9.     "attributes": {
  10.         "fan_mode": "auto",
  11.         "operation_mode": "on"
  12.         }
  13.     }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement