rpanizzon
rpanizzon
To overcome possible issues with timezones I use: > {{ as_timestamp(strptime(state_attr('sensor.washer', 'remain_time'), '%H:%M:%S')) | timestamp_custom('%H:%M',local=false) }}
Thanks Paul.Nice solution too - never liked using strptime.Regards,RobOn 18 Feb 2023, at 05:37, Paul Herz ***@***.***> wrote: Hey y'all! I actually got this wrong, I had a tweak on...
Looks like reserve_time should only be used if run_state equals 'Delay Set'. This is the change I made to config.yaml to display the delay time when using 'Delay End' on...