Facebook
From Smelly Cheetah, 1 Year ago, written in Plain Text.
This paste is a reply to Re: Re: Re: Re: Re: Untitled from Mammoth Hedgehog - view diff
Embed
Download Paste or View Raw
Hits: 197
  1. automation:
  2.   - alias: "Cambia valore termo"
  3.   - trigger:
  4.       platform: state
  5.       entity_id: switch.clima_thermo
  6.   - action:
  7.     - service: switch.turn_on
  8.     - service: http.post
  9.       data_template:
  10.         url: "http://192.168.1.252:8081/user/action.cgi"
  11.         params:
  12.           clima: 0
  13.           thermo: set
  14.           val: "{{ states.switch.clima_thermo.state }}"

Replies to Re: Re: Re: Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Re: Re: Re: Untitled Wet Mockingjay text 1 Year ago.