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

Actions 2024.8 not supported #189

Open
ildar170975 opened this issue Jan 28, 2025 · 3 comments
Open

Actions 2024.8 not supported #189

ildar170975 opened this issue Jan 28, 2025 · 3 comments

Comments

@ildar170975
Copy link

In 2024.8 some changes were made for action.
Consider this code:

  - type: custom:bar-card
    entity: sensor.system_monitor_disk_free
    tap_action:
      action: perform-action
      perform_action: input_boolean.toggle
      target:
        entity_id: input_boolean.test_boolean

  - type: custom:bar-card
    entity: sensor.system_monitor_disk_free
    tap_action:
      action: call-service
      service: input_boolean.toggle
      service_data:
        entity_id: input_boolean.test_boolean

Image

Only the 2nd syntax (legacy) works.

@clau-bucur
Copy link

This new-style code does not work either:

- type: custom:bar-card
  entities:
    - entity: sensor.nuc_cpu_usage
      name: CPU usage
      tap_action:
        action: more-info
        entity: sensor.average_usage_cpu_nuc

@imdeepjee
Copy link

Did you find a way to make it work?
I'm having the same issue

@ildar170975
Copy link
Author

You may still use old syntax.

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

3 participants