core: Lutron Caseta Dimmer Switch Bug

The problem

Lutron Caseta Dimmer Switch Bug

Dim the light up or down over x amount of seconds does not work. When call service is light.turn_on, transition is set to 600 seconds, and brightness is set to 100%.

The light turns on instantly to 100% ignores transition time.

What version of Home Assistant Core has the issue?

Core-2021.11.3

What was the last working version of Home Assistant Core?

Core-2021.9.7

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Lutron Caseta

Link to integration documentation on our website

https://www.home-assistant.io/integrations/lutron_caseta/

Example YAML snippet

service: light.turn_on
target:
  device_id: a73fda287383896cdd288e3849808442
data:
  transition: 600
  brightness_pct: 1

Anything in the logs that might be useful for us?

No response

Additional information

Link to Home Assistant Community post that found the link:

https://community.home-assistant.io/t/light-turn-on-brightness-and-brightness-step-pct-not-working/357751

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 19 (11 by maintainers)

Most upvoted comments

ok new router installed working perfectly, ran a test this morning and you were exactly right I am sorry for not being as through in my investigation. I made a script that turned the lights off over 60 seconds. The behavior you stated is what exactly happened. The UI reported as the light off immediately but the light transitioned down over the time stated, Thank you for looking into this, this will help in all of my automations now. This issue is solved.