You are comparing a float to a string.
The output of your sensor is likely to be a float. But your values you are comparing against are string because you have wrapped them in '100' if you try without the ' ' it will probably work.
Strings and floats are comparable, but not the way you would expect, so your result is going to be strange.
This is effective, thank you very much. Because I’m just starting to learn and don’t understand many things, may I ask where you recommend starting to learn Mushroom?
If you are talking about card mod and mushroom together you can look through the guide in my profile for examples. If you are talking about just mushroom the github would probably be best.
Do you know how to create a media player card that uses Spotify as a music service and with a drop-down menu where you can select the source to play the music?
For the card I would have no problem creating it, but what about the services/scripts to manage the sources?
Is there a way to only transform/skew a box-reflect? It looks like an aged function, but its appears to be a good way to create a 3D look without using entity pics if it’s possible.
Working on a sleek 3D Mushroom dashboard using Card Mod’s ability to edit the pseudo elements (:after , :before ) . I’ll share the code and finished project when a larger chunk is complete.