Facebook
From Commodious Owl, 3 Years ago, written in Plain Text.
This paste is a reply to Read Shelly 2,5 value in HA from Peter Wester - view diff
Embed
Download Paste or View Raw
Hits: 89
  1. - platform: rest
  2.   name: sensor.shelly_rest_temperature
  3.   resource: http://192.168.1.34/status
  4.   value_template: '{{ value | regex_findall_index("\-?\d+\.?\d+", index=25) }}'
  5.   unit_of_measurement: '°C'