button-card
button-card copied to clipboard
Use `show_last_changed` only when state is `on`
Is it possible to use the show_last_changed option only to show when the state is on?
I have try it like this:
state:
- value: 'on'
show_last_changed: true
But it is not working.
Thanks for your help.