We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Only the 2nd syntax (legacy) works.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Did you find a way to make it work? I'm having the same issue
You may still use old syntax.
No branches or pull requests
In 2024.8 some changes were made for action.
Consider this code:
Only the 2nd syntax (legacy) works.
The text was updated successfully, but these errors were encountered: