Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't disable Dynamic Scenes #111

Closed
andyxpert opened this issue Nov 16, 2023 · 1 comment
Closed

Can't disable Dynamic Scenes #111

andyxpert opened this issue Nov 16, 2023 · 1 comment

Comments

@andyxpert
Copy link

Love this component, adds a little color and style to the normal sliders !

My problem is with scenes, I cannot set a static scene, no matter what I do it always starts as Dynamic.
I made the scene non-dynamic in Hue app, still nothing.

type: custom:hue-like-light-card
entities:

  • light.table_light
    scenes:
  • entity: scene.living_room_day
    activation: hue.activate_scene
    activationData:
    dynamic: false
    transition: 10
    brightness: 255

This is my sample config for a light and the attached scene that's NOT dynamic in Hue app and (based on the documentation) setting the activationData.dynamic to false should NOT start it as dynamic, but it still does, no matter how I play with this config, it's always dynamic.

I test the dynamic setting on the light with this template:
{{ states.light.table_light.attributes.dynamics }}
If it's static it displays "none", if it's dynamic it displays "dynamic_palette".
It's always "dynamic_palette"...

I even tried changing between hue.activate_scene and scene.turn_on - same result.

Is there something I'm missing ?
Do I have to make this in the old manual way ? (calling a script on scene activation and let the script decide how to turn on the lights)

@andyxpert
Copy link
Author

Well, tried it on a new HA container (isolated basic HA instance) and it worked... So after a file check saw the .js as write protected and an older version... strange...
A reinstall of the component fixed the issue, now it works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant