You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added some buttons on a popup window which looks like this:
Code is this:
action: fire-dom-eventbrowser_mod:
service: browser_mod.popupdata:
#title: Terrasse#size: fullscreencard_mod:
style: | .:content:
type: vertical-stackcards:
- type: custom:mushroom-title-cardtitle: Terrassesubtitle: |- {% set total = 0 %} {% if is_state('light.licht_terrasse_seitlich', 'on') %} {% set total = total + 1 %} {% endif %} {% if is_state('light.licht_terrasse_tisch', 'on') %} {% set total = total + 1 %} {% endif %} Zur Zeit sind ({{total}}) Lichte/r analignment: justify
- type: horizontal-stackcards:
- type: custom:mushroom-light-cardentity: light.licht_terrasse_seitlichlayout: vertical
...
Does anybody know how to get a little bit more contrast, or how to get a background to the single buttons. It seems that all settings I do where overwritten. like on the main window
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I added some buttons on a popup window which looks like this:
Code is this:
Does anybody know how to get a little bit more contrast, or how to get a background to the single buttons. It seems that all settings I do where overwritten. like on the main window
Beta Was this translation helpful? Give feedback.
All reactions