At the moment I canāt seem to get sensor data to show up with a variable for the sensor. Only way to get a label with sensor data is my manually setting all of them.
Hi guys. After updating to the latest version all of my cards lost the custom color template that I created.
This is how I used to do it.
- type: "custom:button-card"
template:
- card_power_outlet
- blue # Or any other color
From what I can see the current Power Outlet implementation uses sub-cards via custom_fields, so I guess thatās why I doesnāt work anymore.
Is there a way I can still customize this without copying the entire code of the card_power_outlet, hard-coding the colors in it, and replacing all of my current usages with the new custom_card_power_outlet?
Oh yes, I just saw thatā¦ Do you know if I can use it even if I donāt use ULM Theme ? I created my dashbord with Mushroom card et some custom cards, but I donāt use the theme.
For some reason the generic card isnt one button-card anymore. Its consists of three cards - the outer card, one for the icon and one for the name/label.
So with a new variable you can set up your icon. Colors arent supported atm. I want to do a pull request. Maybe I have time in my holidays. But for now you have to overwrite and copy the whole template for item1 (icon) in order to change the color.
The last two updates broke my ui as well because my custom template inherited from the generic template.
The new layout is the reason why tap_action only works on the outer card. Workaround is using the script template or your go to the github repo chose the 1.0.0 tag, copy the template for the generic_card into your custom_card directory (dontāt forget to rename it) and use this instead of the original new one.
Hi !
I tried to use the popup since yesterday (with 1.0.2 version and the 1.0.1 version) but it never works.
Should I try on the 1.0.0 ?
Edit : well, there is no 1.0.0 ver. Do you know wich one I can use to have popup working ?
The popups should working with any version. To help you better troubleshoot please check if browser_mod is correctly installed. Check if you have all needed requirements from Minimalist documentation and also check whether you have set a custom click action to popup.
Edit: sometimes it helps to install all HACs components by yourself and untick the tickbox to let Minimalist install them.
Well I tried multiple way to toggle the popup, even put popup in every actions
But no, most of all I used the way it was supposed to be and just copy/paste the wiki.
I already tried to reinstal browser_mod, but iāll try another time and let you know.
As for the variable, for the test, I just copied/pasted your exemple in the wiki (and set my light).
EDIT : @basbrus I just reinstaled the 1.0.2 ver and browser_mod. I kept the original dashbord and tried the popup but nothing happen when i hold (on the app or the browser). Do I have to configure somehting ?
EDIT 2 : on discord some people seems to have the same issue
Hi,
I would like to add a graph card for the temperature in my living room.
The temperature value is coming from my Nest thermostat but it is not the main state of the entity, it is found under the current_temperature attribute. How to use an attribute in the ulm_card_graph_entity:?
I tried the following but it doesnāt work:
template: card_graph
variables:
ulm_card_graph_color: "var(--google-red)"
ulm_card_graph_name: Temperature Livingroom
ulm_card_graph_entity: '[[[ return states["climate.living_room"].attributes.current_temperature]]]'
ulm_card_graph_type: fill
ulm_card_graph_hours: 24
Not that I am aware of. Everything works fine on both mine dev and personal system.
The slider card has never been available on HACS and needs always be added manually as custom repo to HACS.
Unless you let minimalist install all fronted integrations.