GithubHelp home page GithubHelp logo

Comments (4)

ljmerza avatar ljmerza commented on May 30, 2024

Hello, sorry, I did see this but have been busy with my real projects. HA uses a supported_features attribute as a number that represents bits. If you look here you'll see what bits represent a feature. In this case color (the color wheel) is 16. For the entity that does not show the color wheel, find the supported_features attribute. If you do bit wise and entity_attr 16 & entity_attr_value and it equals 1 then that means the entity supports color wheel. If 0 then it does not. I would assume HA is reporting your entity does not support color wheel and that's why the wheel is not showing up.

Send me a picture of the full state/attributes of the entity in question and I can check the bits myself

from light-entity-card.

dac21 avatar dac21 commented on May 30, 2024

from light-entity-card.

ljmerza avatar ljmerza commented on May 30, 2024

There's nothing I can do then. HA is reporting the only feature this entity has is to turn on and off. If you believe it should be able to do more than that, then you'll need to open a ticket with HA. This card can't force HA to do something it says can't be done. If support is added in HA, then this card should work automatically.

from light-entity-card.

dac21 avatar dac21 commented on May 30, 2024

from light-entity-card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.