Don’t know if this is the right spot for this.
But turned out that after the last update (0.115.1) things broke up a little bit for me. At least how it seems to me.
I’m having configured a horizontal stack with 3 buttons in Lovelace UI, the middle of it shows the HASS update status and I’ve configured the tap and hold action both for “more-info”.
It’s also saved like this in the Raw configuration editor.
- cards:
- entity: zone.home
hold_action:
action: call-service
service: homeassistant.restart
icon: 'mdi:restart'
icon_height: 80px
name: Restart HASS
show_icon: true
show_name: true
show_state: false
tap_action:
action: none
type: button
- entity: binary_sensor.updater
hold_action:
action: more-info
icon_height: 80px
name: New Version
show_icon: true
show_name: true
show_state: false
tap_action:
action: more-info
type: button
- entity: zone.home
hold_action:
action: call-service
service: hassio.host_reboot
icon: 'mdi:restart-alert'
icon_height: 80px
name: Restart Host
show_icon: true
show_name: true
show_state: false
tap_action:
action: none
type: button
type: horizontal-stack
But when I re-open the Lovelace UI it forgets about it’s settings. The moment I select the middle (updater) button, the tap and hold action settings are gone and the “close” button down right, changes to “safe” without having made anny changes myself.
This also applies after rebooting or reloading the snapshots. It also happend that vallues of the other buttons changed.