Facebook
From Wet Mockingjay, 1 Year ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: Re: Re: Untitled from Smelly Cheetah - view diff
Embed
Download Paste or View Raw
Hits: 159
  1. automation:
  2.   - alias: 'set thermostat value'
  3.     trigger:
  4.       platform: state
  5.       entity_id: input_number.termostato_set_point
  6.     action:
  7.     - service: http.request
  8.       data:
  9.         method: GET
  10.         url: http://192.168.1.252:8081/user/action.cgi?clima=0&thermo=set&val={{ states.input_number.termostato_set_point.state }}