simple-weather-card icon indicating copy to clipboard operation
simple-weather-card copied to clipboard

Call-service not working

Open Qusse opened this issue 2 years ago • 4 comments

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

Qusse avatar Dec 29 '21 13:12 Qusse

Did you figure out a way or move onto a different card?

abigdeel avatar Sep 12 '22 21:09 abigdeel

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

vzvl avatar Nov 07 '23 18:11 vzvl

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

mrtnnwmn avatar Nov 13 '23 13:11 mrtnnwmn

This is still an issue btw. I guess I'll have to find another weather card.

DarkFox avatar Apr 21 '24 13:04 DarkFox