Transitions to off not working since last update

Hello there!

I’ve noticed that all my automations with the light service with a transition to off setting (light.turn_off with a transition of 60 for example) don’t work anymore, the lights just turn off as they would without the transition setting.

Now i’ve even tried using the developer tool, and it doesn’t even work on that either.

What’s strange is that it still works just fine with the service light.turn_on.

What’s going on?

My automations have been working fine since I’ve set them in march, until the 101.1 update yesterday :frowning:

Thanks!

Okay, so I’ve found out the source of the issue: the deCONZ update (2.05.76)

There will be a new update later today (2.05.77) which should fix it.

More info here: https://github.com/dresden-elektronik/deconz-rest-plugin/issues/2791

I’ll leave it here so others know :slight_smile:

Can you share your automation of how you transition to off?

In the action: section of your automation simply use something like this:

- service: light.turn_off
    data:
      entity_id: light.ensuite_lights
      transition: 5

Duh, that was so simple! I can’t believe I couldn’t figure that out. Thank you!..I’ve been using HA 9 months but I keep considering myself a noob when I realize how much I don’t know.

Thanks again!