Call-service not working
Qusse opened this issue · 5 comments
Qusse commented
Hi
I'm having trouble with the call-service with this card. It seems like it will only respond to the tap_action below, and not a service call.
tap_action:
action: more-info
I'm using the following code:
entity: weather.home
type: custom:simple-weather-card
name: ''
backdrop: true
tap_action:
action: call-service
service: browser_mod.popup
service_data:
card:
type: entities
entities:
- sensor.xxx
abigdeel commented
Did you figure out a way or move onto a different card?
vzvl commented
Same here, tried with fire-dom-event and didn't work:
tap_action: action: fire-dom-event browser_mod: service: browser_mod.popup data: content: type: custom:apexcharts-card
mrtnnwmn commented
I was hoping to use this to replace a custom Mushroom template card I'd made for weather, but without being able to use a fire-dom-event action to open a browser mod popup I think I'll have to leave it
DarkFox commented
This is still an issue btw. I guess I'll have to find another weather card.
vinnygambiny commented
PR #75