Redownloaded and still didnât help
Thanks a lot!
add the following to your theme.yaml
# fix added border-lines in 2022.11
ha-card-border-width: "0px"
Hi,
I couldnât open an issue on your GitHub. I used your custom-card with the above automations and stumbled over a little error in the card.
You hardcoded entity-id in the tap action
tap_action:
action: call-service
service: input_select.select_option
service_data:
entity_id: input_select.waschmaschinenstatus
option: Idle
if you change it to:
service_data:
entity_id: "[[[ return entity.entity_id ]]]"
It is variable.
Regards
Wonderful, thank you for this. If you find more, feel free
I have created a custom popup media player source card for sonos devices with the custom sonos card â Dashboard: Sonos card - Share your Projects! / Dashboards & Frontend - Home Assistant Community (home-assistant.io). Maybe we have a chance to get this implemented with nicer coding than mine
Feel free to contact me if I can do s.th and how. Cheers
Did you guys find a solution? It is not working with me either. Even though I have else if in places and additional strings. I defined my additional type as âwindowâ. Unfortunately I always get the light strings
I added the custom card via the UI (integrations page and so on). I only added the language files manually and added a custom_card_yagrasdemonde_lights_count
and languages
folder under custom_components\ui_lovelace_minimalist\__ui_minimalist__\ulm_templates\custom_cards
.
@liminal Really a great idea you had here. Is it working in your installation?
Youâre welcome. Thank you for the card!
I toyed a little around with it and changed the look a little.
On the modes âläuftâ and âfertigâ the icons blink to indicate their status a little more âaggressiveâ.
If youâre interested, I can send the code. Otherwise just forget about it
While playing around I saw you also made an option called âfinishingâ. Did you dump the idea to use it? Or did I miss something? If itâs not used I was thinking about changing it to âaus/offâ when the watt is 0.
Regards
I did remove the custom card from the integrations menu through the UI and added the custom card manually by downloading the files and customizing them. It is now working. I have seen a behaviour where the file gets reset during restart when adding the card through the UI.
Hey mate, yeah working fine, as per the code
Hello,
Iâm trying to use Room Card.
No matter how I format the code, itâs always being displayed on full width of the screen, but I would want to have two Room cards, next to each other (in orizontal stack) like @tj335
How can I make it?
Hi everyone, I am having issues with the popup function. I think I did all the required steps but the popups do not show up.
I enabled browser_mod:
browser_mod:
prefix: 'browser_mod_'
All requirements for UI Minimalist and the popus are installed manually through HACS.
And I added a light with popup variable set to true
:
- type: "custom:button-card"
template:
- card_light
entity: light.hue_play_1
variables:
ulm_card_light_enable_popup: true
Currently I use a back-end selected theme but also tried with a fixed theme in the user settings. I did test in Firefox, on Android and ios. None of them ist working. The default HA popup does not appear anymore when I hold on the card but the UI Minimalist popup doesnât show up instead.
Any ideas from anyone here?
This was how to set up Browser Mod before it was rebuilt into release 2.0.
The latest versions of Minimalist require at least Browser Mod 2.0.
You have to set it up after downloading from HACS like almost all integrations these days in the UI. The browser mod GitHub provides the needed steps to install it
Very nice idea. I am very interested in the code.
The idea behind âfinishingâ was to indicate the approaching end of the cycle. But yes, I dumped it, because I couldnât figure it out together with the energy consumption. âIdleâ is my state for âaus/offâ.
@basbrus You are my hero for today! That did the trick. Thanks a lot!
The FAQ were misleading, since the yaml way is still mentioned there. Iâll suggest a edit later.
Did you try this with Chrome as well? I have the situation that I first thought the downgrade wouldnât help but then I figured out it is not working with Chrome (even after deleting site data etc.), but Firefox and Edge are working fine.
Any way to fix this? The slider handler itâs not showing up for minimalist-ios-tapbar using iPhone 13 Pro + HA iOS App. Thanks!
Hi everyone.
Iâm very green in Yaml.
i have made a UI that iâm pretty happy with.
But im trying to add the âcustom_card_eraycetinay_elapsed_timeâ
But i keep getting the error: Button-card template âulm_custom_card_eraycetinay_elapsed_time_language_variablesâ is missing!
i know that thereâs the language folder with the extra code, but where does it go?
Also the input_datetime.âcat.litterâ in the original code.
How does one generate that?
iâve tried to do it in the config.yaml but dont know if thats the corrects way
Good day. wondering if anyone else is finding that the selected dashboard (minimalist) keeps getting dropped.
I set it up at Admin > Dashboard > Pick a default dashboard for this device.
And every-time i restart the app itâs un-selected.
Thank you.
Hello @Se7enair!
Really love your Dashboard!
Can you push your configs on GitHub, as there is currently only the default yamls online.
Cheers!