kalkih / simple-weather-card

Minimalistic weather card for Home Assistant
MIT License
283 stars 33 forks source link

Call-service not working #54

Open Qusse opened 2 years ago

Qusse commented 2 years ago

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 1 year ago

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

vzvl commented 9 months ago

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 9 months ago

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 4 months ago

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