Covers should be also a great use just like lights. I have Slide (also Dutch company) on my curtains and my blinds are controlled by RF hub. Just like with mediaplayer cards for volume
I’m not using the style settings in the card because i define everything in my theme files. Will take a look on how to define this because even with the default HA design the slider is not visible
For the round corners we have this style: -tile-border-radius: 12px; set it to -tile-border-radius: 0;
I don’t know what you did with your icons, maybe i should at a style to set the icon size
There is an option to disable the icon color to change but it is not working at the moment have to fix that, the setting is called useBrightness and useTemperature so you now for when it is fixed.
Great, can’t wait to use this functionality also on other entities then lights!
I prefer not to see the slider when it’s off, it’s the best logic also for the WAF (just to keep it in our minds)
WIll try if i can add the tile-background / tile-on-background to my themes file.hopefully this will work because i like to keep my code as clean as possible on my lovelace files For the rest great work, will buy you a coffee/beer later, saw you had a button on your git page!
So i have successfully figured out how to get the popup media player and popup light as a non popup. I love the look of the cards and am only missing the switch popup card. I cannot figure out how to get it to work. I can get the card to dislpay but the buttons do not work. any of you gurus know what im doing wrong? @DBuit
Log Details (ERROR)
Logger: frontend.js.latest.202006032
Source: components/system_log/__init__.py:209
First occurred: June 11, 2020, 10:29:52 PM (29 occurrences)
Last logged: 9:20:43 AM
http://192.168.1.168:8123/browser_mod.js:1:6757 Uncaught TypeError: Cannot convert undefined or null to object
http://192.168.1.168:8123/hacsfiles/switch-popup-card/switch-popup-card.js:2523:43 Uncaught TypeError: Cannot assign to read only property 'entity_id' of object '#<Object>'
https://eangf9d6d6n8uveprryljb48rdskyr8y.ui.nabu.casa/hacsfiles/switch-popup-card/switch-popup-card.js:2523:37 TypeError: Attempted to assign to readonly property.
Thx
Borders are fixed.
Yeah troubles with the icon size, willing to add a style for it?
Will wait for fix of disabling icon color change.
Any idea why there is a little blank space before the icon ,so its not aligned with text?
I really appreciate the slider not being visible in off state. (as is now) To me this makes sense.
Sadly, I don’t get the sliders in the latest update. Neither when it’s off nor when it’s on.
If I turn back to the first version with sliders it’s working.
please let me ask how you get the notification to show the circle with brightness percentage? Is this a feature of the homekit style card, or a custom made notification. It s just I cant spot it in the code you posted.
Native solution in the homekit card, i also have made a solution with the button card combined with circle sensor which can be found here -> Lovelace: Button card
Thanks for looking! I can get the card to pull up but it seems like the buttons function wont work. It will show the correct speed value when changed via a different source but the buttons wont call a new speed. So the card is getting the correct attribute but i cant get it to call.
you got any erros in logs when using the button?
Just something you could try, place the value on the buttons in quotes: ‘high’
Maybe it does not see it as a string?