Facebook
From Morose Baboon, 3 Years ago, written in Plain Text.
This paste is a reply to Read Shelly 2,5 value in HA from Peter Wester - go back
Embed
- platform: rest
  name: sensor.shelly_rest_temperature
  resource: http://YOUR_IP-ADRESS/status
http://192.168.1.34/status
  value_template: '{{ value | regex_findall_index("\-?\d+\.?\d+", index=25) }}'
  unit_of_measurement: '°C'