Skip to content

Actions 2024.8 not supported #189

@ildar170975

Description

@ildar170975

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions