#Bubble Card Sub-button Tap action to different entity

1 messages · Page 1 of 1 (latest)

solid needle
#

I am making a mobile dashboard with Bubble Card Pop-ups, so the title card for each room I want to have display the current set temperature instead of using the Climate card which includes the -/+ adjustment buttons. I have a Set Temperature entity (sensor.garage_thermostat_set_temperature) which displays current set temp just fine, however I want the tap action on it to display the climate entity (climate.garage_thermostat) More Info popup. It looks like it's supposed to work by setting the Sub-button to call a service to browser_mod.popup and use the climate entity, however when I click the sub button with that, it says "Action browser_mod.popup not found". Is there another way to accomplish this?