Hey!
Thank you very much for testing and the tips!
So I re-downloaded the browser mod and the button card, double checked resource and yaml entries. It didnāt help.
Also I replaced all sensors with the sun.sun as you suggested: no success.
Now I reduced the card down to the type, entity and the tap action: it is not working.
But if I change the type from custom:button_card to button (the standard button), it works perfect.
What is a quite confusing is that it works from my backup (before installing 2022.4). If I update Home Assistant Core only, it quits working.
So this does NOT work for me:
entity: sensor.balcony_01_temperature
tap_action:
action: fire-dom-event
browser_mod:
command: popup
large: false
hide_header: false
card:
cards:
- entities:
- entity: sensor.balcony_01_temperature
hours_to_show: 336
refresh_interval: 0
title: 2 weeks
type: history-graph
- entities:
- aggregate_func: max
color: null
entity: sensor.balcony_01_temperature
name: Max
- aggregate_func: min
entity: sensor.balcony_01_temperature
name: Min
- aggregate_func: avg
color: green
entity: sensor.balcony_01_temperature
name: Avg
group_by: date
hours_to_show: 336
name: Daily (last 2 weeks)
type: custom:mini-graph-card
type: vertical-stack
deviceID:
- this
title: Temperature Outside
type: custom:button-card
But if I change
type: custom:button-card
to
type: button
All is fine. Just the button cannot be customized like my original example.
Also the tap_action in general works on the button card. This shows just the more info dialog:
show_name: true
show_icon: true
type: custom:button-card
tap_action:
action: more-info
entity: sensor.balcony_01_temperature
Iām quite stuck at the moment - but I keep trying. To use the older version of home assistant is no real solution since I hate pending updates