I actually used Claude ai to make a very small JS plugin that opens my camera views to large. Seems to work fine without any side-effects⦠So, I uninstalled Browser mod because I had used it only for this purpose.
@dcapslock Hi Darryn! I really appreciate your work⦠phew, so many changes and improvements for various repositories in such a short time. ![]()
May I ask what will happen with the card-mod itself and its maintenance now that we have the UiX component? What if someone doesnāt want to install the component and just stick with the plugin?
Moved over to the new integration without a problem today.
Thanks once more for all your work here. ![]()
![]()
I will not be contributing to card-mod any more and foscussing on UIX. If/while card-mod works for someone they can stay using. The way Frontend is accelerating development, its likely that fixes will be needed and that is when anyone may decide to migrate. If you apply mods to more-info then 2026.3 may be that point (more on that in a post later today).
Understandably so. And appreciated a lot .
Guess there are 2 main points in time /releases for card_mod that are noteworthy:
V 3.4.5 as final version by Thomas and before development to newer functionality
V 4.2.1 as final release by co-contributor with several fundamental new functionality and a lot of fixing long standing issues.
Suggest a post is made in card-mod thread indicating that and those major points in the timeline ?
(Versions above from the top of my head, not at home to check now via mobileā¦will edit later if necessary )
edited
I am currently working to get the uix-guides web site up and going which will host such posts and information. Switching tech stack of uix-guides to support easy post style updates without too much fuss (Zensical still to bring over blog so now switching to Jekyll with YAT theme).
Calling for community to help build UIX Guides
Hot off the pressā¦
Not much there for now but this is where you can help. It is also where I will publish my guides from here on, linking from the forum, issues etc.
⦠and of course if you spot a typo or correction, please submit a quick PR. Thank you.
ha-icon-button changes for 2026.3
First of a few posts regarding 2026.3 which will be in beta shortlyā¦
Do you think it could be worth to add the minimum HA version as additional info here and on your integration page. I just run into that trap after uninstalling, removing line in config,ā¦
Not very important, but to avoid tries of migrations and need to re-install card-mod for some time in equal cases.
Can do, noting that the minimum version for card-mod 4.2.1 and UIX 5.0.0 is the same, 2026.2.0.
isnt HACS supposed to prevent installing based on those minimum requirements? given the hacs.json in UIX has that info, it would have blocked installation?
Starting with UIX version 5.1.0, you can now apply --uix-icon to icons that do not have a parent of ha-icon. So if you ever wanted to change the hamburger menu icon⦠read on for detailsā¦
Yes, but going the described migration order to deinstall first and edit config yaml, restart and only then in step four see, that installation is not possible⦠That was my point.
Yes, saw this after re installation now as well, but 100% I had 4.2.1 installed before on 2026.1. Perhaps the min version was not maintained for some time for that release or there was a hacs glitch.
Best would be to have HACS display a Home Assistant min version bubble above the integration entry in HACS. Perhaps suggest that as a Feature in the HACS repo.
Last post for today (tonight) in time for the trail blazers looking to jump into testing 2026.3.0b0 when it comes out in under 12 hours.
TLDR; Dialogs have changed in Home Assistant 2026.3. Read moreā¦
exciting timesā¦
uix-dialog-yaml: |
$: |
:host(.type-dialog-box) wa-dialog::part(dialog)::backdrop {
backdrop-filter: blur(17px); /* blurs whole screen background */
}
wa-dialog there needs to be changed too in that case?
Should remain the same as the target to the dialog is shadow-root selector.
great, will see when beta arrives later this day (will probably take a few more hours
)
maybe just in time for wakeup time in NZā¦
I Landed here because Iām seeking to add a custom ātooltip/popupā to a card.
the note āalmost anythingā was very nice ![]()
So is it possible to add or change the tooltip ?
So like the custom button card has the 'tooltip"
greets
You can style the tooltip of button-card in its native options for the most part and probably donāt need additional custom modification by Uix
Did check out the release notes on that change? (Referring to the adoption of core tooltip options)