Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tap_action with service call broken #22046

Closed
4 tasks done
swifty99 opened this issue Sep 21, 2024 · 1 comment
Closed
4 tasks done

tap_action with service call broken #22046

swifty99 opened this issue Sep 21, 2024 · 1 comment

Comments

@swifty99
Copy link

swifty99 commented Sep 21, 2024

Checklist

  • 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

I created a multimode switch, described here, and used by many people.
It worked perfectly since around 2 months. Since then taps are ignored. Other taps without service call in the same frontend have no issues.

the problematic code:

  - entity: sensor.kwl_mode_icon
    name: Belüftung
    tap_action:
      action: call-service
      service: input_select.select_next
      data:
        cycle: true
      target:
        entity_id: input_select.kwl_mode

this is a trick to change the icon of a select entity by showing a template and changing the select.

A restart of HA fixes the issue temporarily. I will measure the time how long it will take.

Describe the behavior you expected

service call should be executed.

Steps to reproduce the issue

See here

What version of Home Assistant Core has the issue?

2024-09

What was the last working version of Home Assistant Core?

2024-06

In which browser are you experiencing the issue with?

companion, firefox, chrome, safari

Which operating system are you using to run this browser?

macOS 15, iPadOS, Android 8

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

@swifty99
Copy link
Author

Not easy to reproduce. Closing until then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant