I have a section in one of my pages where I’m trying to recreate a display I use for my dishwasher on an external display.
- label:
x: 275
y: 120
text_font: segmentfont
text_color: 0x242423
text: "00:00"
What I want to do is replace that 00:00 text with my sensor sensor.dish_washer_time_display.
What I’m trying to recreate:
I’ve tried to pull in the sensor a number of ways, nothing has worked.
Here’s the output from development tools
The time left number is text best I can tell, it’s not time.
I’ve tried doing lambdas to pull it, and I usually get an error regarding “expected a dictionary.”