-
Notifications
You must be signed in to change notification settings - Fork 4
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
Buttons do not work anymore #37
Comments
Still works for me, can you share your card yaml? |
This is the yaml-code:
type: custom:shutter-row
move_up_button: {}
move_stop_button: {}
move_down_button: {}
entity: cover.rollo_gaestezimmer
name: Rollo Gästezimmer
preset_buttons:
- name: Sonnenschutz
icon: mdi:window-shutter
tap_action:
action: perform-action
perform_action: automation.trigger
target:
entity_id: automation.rollo_gastezimmer_sonnenschutz
data:
skip_condition: true
Am So., 15. Sept. 2024 um 15:39 Uhr schrieb berrywhite96 <
***@***.***>:
… Still works for me, can you share your card yaml?
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXFLQJZRBN56SGBWM24GNFLZWWEYJAVCNFSM6AAAAABN2DSOB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJRGU4TQNZUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Oh I see you are right, seems like a bit of work to switch the action handling. The example in the docs are still correct just the lovelace UI configurator generates wrong yaml code.
|
Thank you for the example code.
That works as expected.
Looking forward to an adjustment in the UI.
Am So., 29. Sept. 2024 um 03:00 Uhr schrieb berrywhite96 <
***@***.***>:
… Oh I see you are right, seems like a bit of work to switch the action
handling.
The example in the docs are still correct just the lovelace UI
configurator generates wrong yaml code.
This should work:
preset_buttons:
- name: Sonnenschutz
icon: mdi:window-shutter
tap_action:
action: call-service
service: automation.trigger
data:
entity_id: automation.rollo_gastezimmer_sonnenschutz
skip_condition: true
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXFLQJ6OVHRIRFITHI5RD2LZY5GMVAVCNFSM6AAAAABN2DSOB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGA2DGOBRGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The additional Button that can be configured, do not work anymore.
Maybe that has to do with the service/action changes recently in HomeAssistent!?
The text was updated successfully, but these errors were encountered: