Hi,
I have an entity card with:
`type: entity
entity: sensor.washing_machine_remaining_program_time
name: "Washing machine finished at:"
state_color: true
visibility:
- condition: state
entity: switch.washing_machine_power
state: "on"
`
Which displays the full time and date the washing machine will be finished (ie 16 October 2024 at 15:07). What's the best way to just show the HH:MM?
Thanks!