question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

color_wheel: false not hiding color wheel

See original GitHub issue

Installed 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:

image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Fma965commented, Jan 11, 2020

pretty sure you are going to want

color_picker | boolean | Optional | true show color picker wheel if available

0reactions
denilsonsacommented, Sep 2, 2020

So, since color_wheel is still being mentioned, using the visual editor will re-add color_wheel to the yaml configuration. This can get confusing if the user later copies/edits the raw configuration.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found