So I noticed that the automation controlling my hot water stopped working (at least partially, the part to prevent cold water still kind of worked).
When I went to check, there was only empty background where the edit screen with the sections is on other automations.
I checked the automations.yaml and the code is still there.
I'm gonna add the contents of this automation, but first I wanted to check whether maybe the syntax for the (value_) templates changed:
- condition: or
conditions:
- condition: template
value_template: '{{ state_attr(''sensor.electricity_price'',''next_16h_min_price'')
== state_attr(''sensor.electricity_price'',''current'').total }}'
I cannot remember all those double ' and when I copy the expression into the template section in dev tools it throws an error until I change them to normal ones.
I definitely noticed something "went missing" in my last condition which explains the automation's behaviour, but I don't know why the editing is broken.