Hi,
I have several buttons configured as toggle button in glance card (see example below). The problem is, that there is no visual feedback when I click on those buttons and I’m never sure if the touch was registered. In previous versions of HA there was a notification popup at the bottom saying which event was fired, but it was removed some time ago.
Can we have this addressed someone? Or is there any other remedy for this?
lovelace.yaml
- type: glance
show_state: false
columns: 3
entities:
- entity: script.denon_volume_20
name: 20
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_20
scripts.yaml
denon_volume_20:
sequence:
- service: media_player.volume_set
data:
entity_id: media_player.denon
volume_level: 0.2
- service: script.turn_off
entity_id: script.denon_volume_20