Partially working now. I have started over again and added all the required themes and integrations manually. I had some problems with HACS, so I added the resources path manually.
Light, Media, Thermostat and Power Outlet Popups are working now.
Cover Popup is not working
Here is my code:
- type: "custom:button-card"
template: card_cover
entity: cover.hall_window
variables:
ulm_card_cover_name: "[[[ return entity.attributes.friendly_name ]]]"
ulm_card_cover_display_left_right: false
ulm_card_curtain_display_collapse_expand: false
ulm_card_cover_garage: false
ulm_card_cover_gate: false
ulm_card_cover_enable_controls: false
ulm_card_cover_enable_slider: false
ulm_card_cover_enable_horizontal: false
ulm_card_cover_enable_popup: true
How I imagine a Popup Cover Room Card
Name of the Room/ Area
Shortcut buttons for Scrips (Open all, Close all, Good Morning, Good Night, Movie Time, etc.)
Venetian blinds Mode like in the 3rd example with an additional slider for setting tilt angle
ulm_card_cover_enable_venetian: true
That would be really cool. Any help is appreciated!
schumijo
(Jonathan)
July 13, 2022, 10:25am
2480
Glad it works now. Cover popup is not available. Cover card is ready for popup with the variable already availableā¦but cover popup not as you can see in documentation
1 Like
Jeanjean
(Nathan)
July 13, 2022, 11:15am
2481
Hi !
Can you tell me what did you instal and configure so I Can try it ?
Suarez
(Pavel Suares-Sespedes)
July 13, 2022, 11:16am
2482
Hello could you share this template ācard_title_iconā Thanx
benm7
(Ben M)
July 13, 2022, 11:17am
2483
Sure thing, check out line 84 onwards of this file:
---
card_title_chip:
# template: "chip_mdi_icon_state"
variables:
- ulm_chip_mdi_icon_state_entity: sensor.sebs_sensor_temperature
- ulm_chip_mdi_icon_state_icon: "mdi:thermometer"
- ulm_chip_mdi_icon_state_icon_color: blue
tap_action:
action: "none"
show_icon: false
entity: "[[[ return variables.ulm_chip_mdi_icon_state_entity ]]]"
show_label: true
show_name: true
styles:
card:
- background-color: "rgba(0,0,0,0)"
- box-shadow: "none"
- height: "auto"
- width: "auto"
- margin-top: "12px"
This file has been truncated. show original
Suarez
(Pavel Suares-Sespedes)
July 13, 2022, 11:19am
2484
Thank you! Your dashboard very awesome
rdekruyf
(Robbin)
July 13, 2022, 12:07pm
2486
I canāt get the pop ups to work in the adaptive dashboard. Installed state-switch.
I have created the default input select.
In the main.yaml the following cards:
- view_layout:
grid-area: "card1"
type: "custom:button-card"
template: "card_light"
entity: "light.keuken"
variables:
ulm_card_light_enable_color: true
ulm_card_light_enable_slider: true
ulm_card_light_enable_popup: true
ulm_input_select_option: light 1
ulm_input_select: input_select.minimalist_ui_switch
- view_layout:
grid-area: "card2"
type: "custom:button-card"
template: "card_media_player"
entity: "media_player.woonkamer"
variables:
ulm_card_media_player_enable_popup: true
ulm_input_select_option: mediaplayer 1
ulm_input_select: input_select.minimalist_ui_switch
type: custom:state-switch
view_layout:
grid-area: popup
show:
mediaquery: "(min-width: 1100px)"
entity: input_select.minimalist_ui # put your input_select here
default: default
transition: slide-down
transition_time: 500
states:
light 1:
type: "custom:button-card"
template: "popup_light_brightness"
variables:
ulm_popup_light_entity: "light.keuken"
mediaplayer 1:
type: "custom:button-card"
template: "popup_media_player_infos"
variables:
ulm_popup_media_player_entity: media_player.woonkamer
Jeanjean
(Nathan)
July 13, 2022, 12:20pm
2487
Thanksā¦ I have them all but iāll try reinstal everything again
Suarez
(Pavel Suares-Sespedes)
July 14, 2022, 7:51am
2488
Sorry, cant find on your github this template custom_icon_color, could you share?
benm7
(Ben M)
July 14, 2022, 12:55pm
2489
Not mine, stole from here
If anyone wants randomized icon colors for example when combining this theme with auto-entities or you simply too lazy to define a color codes for a card I use this template for that purpose:
Templates
custom_icon_color:
variables:
icon_color: theme
styles:
img_cell:
- background-color: "[[[ return 'rgba(var(--color-' + variables.icon_color + '),0.05)'; ]]]"
icon:
- color: "[[[ return 'rgba(var(--color-' + variables.icon_color + '),1)'; ]]]"
custom_random_icon_coloā¦
1 Like
That had no effect no the button color unfortunately.
Sven12345
(Sven12345)
July 18, 2022, 3:15pm
2491
I would like to change the colour of my Navigate Card is that possible or does it switch to an entity status? I canāt find it anywhereā¦ Thanks in advance.
idominiki
(Idominiki)
July 20, 2022, 8:32am
2492
Hi @VladtheBlack
can you share the energy / power card?
Thanks and Greets
Dominik
basbrus
(Bas)
July 22, 2022, 3:09pm
2493
Changes
Code enhancements
New Custom Cards
Custom Card enhancements
#780 Update custom_card_person_info - Include Locality @tgcowell
#811 card ristou person - fix doc + add new templates - v1.0.1 @Ristou
#816 Added missing default values for variables for custom card ācustom_card_httpedo13_sunā @aurimasniekis
#833 [custom_card_scenes] Option to trigger automation @sildehoop
#828 New more featureful custom_card_esh_room version (2.0.0) @mpeterson
#869 Show correct location in custom_card_person_chip @mpeterson
Bug Fixes
Translations
Documentation
Thank you so much for helping out to keep this UI awesome
@Gilganik , @JD-c0de , @Neekster , @Petapton , @Ristou , @aurimasniekis , @basbruss , @bokub , @briis , @delcara , @eliseo-juan , @github-actions , @ilesar , @jordandrako , @mdb17 , @mpeterson , @muppie , @schumijo , @sildehoop , @sisimomo and @tgcowell
2 Likes
frankmf
(Frank Fernandes)
July 22, 2022, 8:25pm
2494
basbrus:
custom_card_esh_room
Is it possible that the card ācustom_card_esh_roomā has 2 light entities?
For example: my room has 2 lamps, but I can only configure one of them on this card.
Hi there.
Does anyone have a quick way of resizing chip cards?? particularly the back chip??
Thanks.
mdb17
(Mdb17)
July 22, 2022, 9:42pm
2496
the 2.0.0 version lets you have a light and climate. You might be able to edit to have two lights.
mdb17
(Mdb17)
July 22, 2022, 9:43pm
2497
I am trying to setup the media player card so that touching the icon, name, or card opens another window but havenāt had any luck. Do any of yall know if it is possible? here is what I tried:
- type: "custom:button-card"
template: card_media_player
entity: media_player.living_room
name: Alexa
variables:
ulm_card_media_player_enable_art: true
ulm_card_media_player_enable_controls: true
ulm_card_media_player_enable_volume_slider: true
ulm_card_media_player_collapsible: true
ulm_icon_tap_action: "navigate"
ulm_icon_tap_navigate_path: "primary_bedroom"
ulm_card_tap_action: "navigate"
ulm_card_tap_navigate_path: "primary_bedroom"
ulm_name_tap_action: "navigate"
ulm_name_tap_navigate_path: "primary_bedroom"
schumijo
(Jonathan)
July 23, 2022, 5:50am
2498
Have you tried with ā/primary_bedroomā ?