Add spacing option to app launch to allow buttons to stick to their own row? #323
Replies: 6 comments 1 reply
-
Greetings @sdoowo200leldls! This may seem like a bit of a lazy answer on my part, but wouldn't it be easier to just simply add one more launcher button between SONOS and your volume buttons? |
Beta Was this translation helpful? Give feedback.
-
That works too. Just slightly less visually appealing as there's a blank button and the usable buttons are off center. I appreciate your work. This card is fantastic! |
Beta Was this translation helpful? Give feedback.
-
Is there a very specific look that you are aiming for? |
Beta Was this translation helpful? Give feedback.
-
The scale of my phone makes it so 4 icons fit per row. So I was just looking to have a clean 3 rows. Just wanted it to look tidy. I'm sure I can add another custom button in place of the blank. My Sonos custom app just toggles play/pause on my Sonos speakers which are in the same room as the TV. I can't for the life of me figure out how to paste YAML and keep formatting so here's a screenshot. |
Beta Was this translation helpful? Give feedback.
-
If you use 3 backticks, then optionally type a language, then on the next line write your code, ending it with 3 more backticks on a new line like this:
you end up with this: type: custom:firemote-card
entity: media_player.fire_tv_192_168_107_88
device_family: amazon-fire
device_type: fire_tv_4_series
compatibility_mode: default More info about that can be found here |
Beta Was this translation helpful? Give feedback.
-
Perfect, thank you. - friendly_name: Toggle Sonos
label: Sonos Play/Pause
image_path: >-
https://upload.wikimedia.org/wikipedia/commons/2/28/Sonos_%28Unternehmen%29_logo.svg
color: white
background: '#ddaf63'
service: media_player.media_play_pause
target:
device_id: 11b159ba43f5024f91607a83ea22d58f |
Beta Was this translation helpful? Give feedback.
-
I have custom buttons to set my receiver to certain volumes. It would be great if I could force them to always appear on the same row.
Beta Was this translation helpful? Give feedback.
All reactions