Add Tap Action to the separator #646
kiloptero
started this conversation in
Feature requests
Replies: 3 comments
-
Well I was not aware that it was even possible to add a tap action directly in YAML on the separator. It seems that Bubble Card is living its own life now 👀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
hahahaha ;) coool
…On Mon, Jul 8, 2024 at 12:47 Cloos ***@***.***> wrote:
Well I was not aware that it was even possible to add a tap action
directly in YAML on the separator.
It seems that Bubble Card is living its own life now 👀
—
Reply to this email directly, view it on GitHub
<#634 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIOTKWRYQMD4Y2J5MGZRX2TZLK7BVAVCNFSM6AAAAABKP5VY2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJUGY3TKOJUGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I try to do a pop up on separator name but its not working can you help ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For any feature request you can open a new discussion here:
https://github.com/Clooos/Bubble-Card/discussions/categories/feature-requests
For any question you can open a new discussion here:
https://github.com/Clooos/Bubble-Card/discussions/categories/q-a
Describe the bug
A clear and concise description of what the bug is.
Every action tap action I use in the separator show more info
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
YAML
If applicable, add any relevant YAML code.
card_type: separator
name: Luces
icon: phu:bulb-candle
tap_action:
action: call-service
service: automation.trigger
target:
entity_id: automation.ios_event_prueba
sub_button:
show_state: true
icon: mdi:light-recessed
show_icon: true
show_background: false
show_attribute: false
Your code here
card_type: separator
name: Luces
icon: phu:bulb-candle
tap_action:
action: call-service
service: automation.trigger
target:
entity_id: automation.ios_event_prueba
Informations (please complete the following information):
Additional context
Add any other context about the problem here.
Thank you! 🍻
Beta Was this translation helpful? Give feedback.
All reactions