You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to the latest available Home Assistant version.
I have cleared the cache of my browser.
I have tried a different browser to see if it is related to my browser.
I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
When using a Statistic card for a certain entity (A) and adding a Footer to that card which contains a Button setup to show More Info for a different entity (B) when clicked, that button will instead usually (but not always) open the info pane for the entity (A) from the main statistic card. This issue occurs in multiple browsers on Windows PC but not in the Android Home Assistant app or Firefox mobile app.
In my specific case the button labeled 'Daily Energy' opens the 'kauf_plug_power' info instead of the 'kauf_plug_total_daily_energy' info. See code in "Problem-relevant frontend configuration" section below.
Describe the behavior you expected
The button in the footer should always open the info pane for the entity specified in the tap_action section under the footer entities.
Steps to reproduce the issue
Create a statistic card
Use the code editor to add a footer of type buttons which has a tap_action setup for a different entity than the one used for the statistic part.
`footer:
type: buttons
entities:
Checklist
Describe the issue you are experiencing
When using a Statistic card for a certain entity (A) and adding a Footer to that card which contains a Button setup to show More Info for a different entity (B) when clicked, that button will instead usually (but not always) open the info pane for the entity (A) from the main statistic card. This issue occurs in multiple browsers on Windows PC but not in the Android Home Assistant app or Firefox mobile app.
In my specific case the button labeled 'Daily Energy' opens the 'kauf_plug_power' info instead of the 'kauf_plug_total_daily_energy' info. See code in "Problem-relevant frontend configuration" section below.
Describe the behavior you expected
The button in the footer should always open the info pane for the entity specified in the tap_action section under the footer entities.
Steps to reproduce the issue
`footer:
type: buttons
entities:
tap_action:
entity: SomeSecondEntity
action: more-info`
...
What version of Home Assistant Core has the issue?
core 2025.1.1
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue?
Firefox 133.0.3, Chrome 131.0.6778.205, Edge 131.0.2903.112
Which operating system are you using to run this browser?
Windows 10.0.19045
State of relevant entities
No response
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: