color_wheel: false not hiding color wheel
See original GitHub issueInstalled the card via HACS. Added the JS to lovelace yaml. Added this code:
- type: horizontal-stack
cards:
- type: custom:light-entity-card
entity: light.woonkamer
color_wheel: false
color_temp: false
effects_list: false
- type: custom:light-entity-card
entity: light.carport
color_wheel: false
color_temp: false
effects_list: false
Result:
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Color wheel (lv_colorwheel) - LVGL documentation
As its name implies Color wheel allows the user to select a color. The Hue, Saturation and Value of the color can be...
Read more >building a color wheel in html5 - Stack Overflow
It seems what you are doing is to have 2 degrees per wedge and covering up half of current one with the next...
Read more >Make Your Own Color Wheel (Relaxing Saturday) - YouTube
We'll create a simple version of a color wheel - a very useful tool for everyone who uses color in their drawing endeavors....
Read more >Color Wheels are wrong? How color vision actually works
Every seven-year-old kid in America is taught that “the opposite of red is green” and “the opposite of blue is yellow.” But what...
Read more >Light Entity Card - Home Assistant Community
Yeah, I've been meaning to add support to always hide color wheel if you want. I just added that feature in v2.1.0 with:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
pretty sure you are going to want
color_picker | boolean | Optional | true show color picker wheel if available
So, since
color_wheel
is still being mentioned, using the visual editor will re-addcolor_wheel
to the yaml configuration. This can get confusing if the user later copies/edits the raw configuration.