Hootie81

Results 2 comments of Hootie81

I have found a solution change ``` {{ state_attr('sensor.washer', 'remain_time') }} ``` to ``` {{ as_timestamp(strptime(state_attr('sensor.washer', 'remain_time'), '%H:%M:%S')) | timestamp_custom('%-H:%M') }} ```

i second this, i currently have a script that pulls the image after each received MQTT raw value. this often fails and i get partial images etc. and i really...