No I posted the same a few posts before you
ahh, I didnât notice, it seems that the last update solved this bug. thanks
Not for me Iâm afraid
it didnât work the first time either, I gave a redownload-install
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.