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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
following code works well in PC, but in Android in companion app the button will show only sun1, not todo1 :(
- title: Click test type: entities entities: - action_name: Toggle icon: mdi:power name: Sun1 tap_action: action: fire-dom-event local_conditional_card: action: toggle ids: - todo1 - sun1 type: button - type: custom:local-conditional-card default: show id: sun1 card: entities: - sun.sun title: Sun 1 type: entities persist_state: true - type: custom:local-conditional-card default: show id: todo1 card: type: todo-list entity: todo.shopping_list persist_state: false
The text was updated successfully, but these errors were encountered:
Fixed in v2.1.1
Sorry, something went wrong.
No branches or pull requests
following code works well in PC, but in Android in companion app the button will show only sun1, not todo1 :(
The text was updated successfully, but these errors were encountered: