Hello everybody,
can somebody help me, IĀ“m trying to use ROOM card as bus card from my home, but I cannot change icons on right side to show state only. Only binary_sensor.klima_1 is binary. Please see my code and image:
you are having the same issue as me above, the color template pink_on ony looks for a state of on not a binary state 0 or 1, or a number state like number of lights on etc 8. We need to tweak the color template to allow more states.
EDIT:
it seems, at the moment when using styles with a sensor that has a state of a number (ie number of lights on 4), we have to code a style for every possible permutation.
Would it be possible to allow the value field to use functions like value: ">0" or value: ">0 && <6".
It is very bloating to use the method that is now ie if I want to have a button color of yellow if āanyā lights are on i have to add a style value and color mapping for every number of lights in my house.
EDIT2:
And to make matters worse, you canāt use a template name that is already in use by minimalist core ie pink_on, so try creating a new color template with pink_binary_on.
Nice to see you are exploring templates to change colors on different states.
Did you know there is already a variable that can tell if a state is active/non-numerical?
You can even adjust the rules when it should be considered as active or nonactive to add the variable in the card config.
You can call the variable ulm_active_state or adjust the rules in the variable part.
@basbrus I was trying to include all sensor states mainly my custom template that counts number of āonā entities, orginally i would have to have a colour for every counter 1 though to 40. How would i detect this using ulm_active_state ?.
Sorry Iām still new to all this and still learning.
to be clear I still need the state to return the actual number of entities on and not on or off, but the hope was to only use 1 colour template to catch the state and return the correct colour.
Hello there,
Iām trying to use the scene_card, but I have troubles with icon colors,
As show on the wiki, the icon color should be visible because near the ācircleā color,
But for me itās only white, and then not very visible, as show on the screenshot.
The first is me setting up to yellow (which is the one i want), the others are random.
Set your system to light mode and you will the colors like on the wiki. Maybe an update to the repo on Github can help with making the icon less greyish.
Hi! I have a question about the navigation. Is it possible to navigate to a custom page or an arbitrary path that is not a view? I need to create a custom page not in the view section but reachable only by a navigate card.
Example: a yaml page named āLivingā (not a view) with my content in it and a navigate card in a view that point to this page. Thanks in advice.
Have UI working for some time now and love it. I just noticed recently that my browser_mod pop-up cards titles are off (like my wifi code ;-)). I donāt recall doing any modifications on this. Anybody else having this problem? And how to resolve?
A good start is the adaptive dashboard. That takes the layout from the pictures. Most cards are already present, so by adding them to the adaptive dashboard you will hopefully reach something similar.
Thatās not a minimalist popup but a custom one? I do know that are have been a lot of (undocumented) frontend changes that broke multiple custom components in the latest releases, including this project. Based on that I think that is the cause and browser_mod has not released a fix for it.
As standard minimalist popups do not use the title feature I am not sure if itās either a variable that is changed in the fronted or something else.
Guess you have more luck by reporting in to the browser mod forum and github page
Is there a way to navigate to a tab on the sidebar instead of the views?
I am using Custom Card āWelcome Navigationā and I would like a shortcut to navigate to Music Assistant
Hello there.
I am not able to filling the entire screen of my FHD tablet in 1920px (landscape) with adaptive view.
I managed to have two different sizes, one for portrait and one for landscape, but this latter only fills the left half of the screen.
I used the command