Thank you for the answer. But I knew that already.
My question is how you style the tile separately?
What I mean: how did you get the tile icon for that tile red, while the others are green?
I only can set the the icon-color for all tiles, but not for one tile separately.
The fix should be easy (just tested), At line number 3198 of the code the ha-icon-button should be replaced with ha-icon, and so on line 3204, This fixed my Icon issue.
Not sure if to commit or wait till @DBuit will fix this by himselfā¦
Is it just me doing something wrong or did we loose haptic feedback on ios users a uppdate ago?
I cant get it working with my code below. I just have no feedback with pushing the buttons. Only time it works are with custom cards buttons. @DBuit any insight to why?
As far as i figured out the haptic feedback is on all my sensors and entitys that are not lights. So it has to do with something in the lights config as the one above.
Even when i slim the code down. All lights wont show haptic feedback on the phone with the latest update.
So something must have happend sins i have not changed the code in a long time.
Enven when slimmed to this i get no reaction on the phone on lights.
Ive tried to add haptic code to my config and that does nothing. The only thing that it still works on are other custom cards i use in this card like sensors.
Only thing i see that is diffrent is that i point towards the more-info option on the sensors and i guess thats what triggers the haptic feedback and not acualy @DBuit card.
If anyone that has used this card for a long time and has stuble on the same problem i had then here with haptic. then heres the solution if you wanna be able to use the card and popupp as i do then you have to specefy right now both tap action and hold. And ad haptic to it for every entity.
I hope this can be added back to work as it was before latest patch as it atleast was for me upp untill now.
First of all i managed to put the icons in the UI ( i am a newbie so this is a big step for me)
One problem that i have is that the button card color some times is like that
And other times like that
The next think that i wanna ask is how can i change the colors on the cyrcle and on the slider.
On the slider if its possible i want the background to be like the current rgb effect.
So Iāve been playing with the HomeKit-Panel card and itās associated popups with a variety of success. Row, columns and simple buttons are all working fine. I have a stupid question for the more knowledgeable members of the community.
Should the light-popup-card.js & thermostat-popup-card.js appear in the JS console in the same way that my other HACS modules/resources appear?
No matter what I do, they donāt show up. They are listed in my resources.yaml file and show up under the Resources tab in the Dashboards configuration section of HA. I can see that the files are requested by the browser and returned without error in the dev tools Network tab.
Update: Is the warning about the missing js.map for the HomeKit-panel card anything to do with this issue or is it completely unrelated and nothing to worry about?
First of allā¦ Big thank you to the author and also to all of you for very informative discussion.
I have couple of questions:
How can I get rid of that selected text background in sidebar?
Also, my radio buttonā¦ I have tried to make it smaller, but failing.
Used picture element as well as picture entity.
Thanks in advance.