Advertisement
Guest User

sensors

a guest
Apr 7th, 2020
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.86 KB | None | 0 0
  1.  
  2. #MOSQUITERAS SHELLY 2.5
  3. #MOSQUITERA 1
  4.   - platform: rest
  5.     name: "mosqui_1_position"
  6.     scan_interval: 5
  7.     resource: http://192.168.0.221/roller/0
  8.     value_template: '{{ value_json.current_pos }}'
  9.     unit_of_measurement: "%"
  10.     headers:
  11.       content-type: 'application/x-www-form-urlencoded'
  12. #MOSQUITERA 2
  13.   - platform: rest
  14.     name: "mosqui_2_position"
  15.     scan_interval: 5
  16.     resource: http://192.168.0.222/roller/0
  17.     value_template: '{{ value_json.current_pos }}'
  18.     unit_of_measurement: "%"
  19.     headers:
  20.       content-type: 'application/x-www-form-urlencoded'
  21. #MOSQUITERA 3
  22.   - platform: rest
  23.     name: "mosqui_3_position"
  24.     scan_interval: 5
  25.     resource: http://192.168.0.223/roller/0
  26.     value_template: '{{ value_json.current_pos }}'
  27.     unit_of_measurement: "%"
  28.     headers:
  29.       content-type: 'application/x-www-form-urlencoded'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement