So I have AOI Energy Management installed, and I have defined a entity I guess that gives me the best hour to run my dishwasher. The returning entity has a list with start and end times. Now for this one I only get one (start/end time) since that is how it is defined, however the solution could give more than one IF that is how one defines the settings. But as I wrote, it is setup for one and one start/end time only. And it returns a list, and I have no clue how to get hold of that start time to present in lovelace. Any idea?
When sharing the code, share it as text and not an image. We need you to use code blocks and appropriate markup.
{{ State_attr('binary_sensor.dismaskin', 'list')[0].start }}
Automatic capitalization unfortunately messed up hellis’s otherwise fine template. the capital S should be a lowercase s.
{{ state_attr('binary_sensor.dismaskin', 'list')[0].start }}
Just for clarification: The “diskmaskin” word is incorrect spelled in the code - and that is kind of on me since I used a screen dump instead of the code as was pointed out. So the code did not work until I replaced it with the correct spelling. Again, this is maybe on me ![]()

