I have a picture element card that shows the time, and it has a tap_action to navigate to a different dashboard. My problem is that my dashboard is running on an old Fire tablet and can sometimes take a few seconds before it loads, and I would like to put in some user feedback that the tap_action has been registered.
So I would like to change the colour/style of the card/clock on tap_action if that is possible. Or open to suggestions on how to provide feedback to the user that the tap_action has been acknowledged.
type: custom:vertical-stack-in-card
title: ''
cards:
- square: false
type: grid
cards:
- type: picture-elements
elements:
- entity: sensor.time
style:
color: white
font-size: 310%
font-weight: bold
left: 50%
top: 40%
type: state-label
tap_action:
action: navigate
navigation_path: /dashboard-tablet/two
hold_action:
action: none
- entity: sensor.date_templated
style:
color: lightgrey
font-size: 110%
left: 50%
top: 76%
type: state-label
tap_action:
action: navigate
navigation_path: /dashboard-tablet/two
hold_action:
action: none
image: local/images/transparent1200px.png
style: |
ha-card {
border-width: 0px !important;
}
tap_action:
action: none
hold_action:
action: none
columns: 2