Breina / ha-artnet-led

DMX lighting Integration for Home Assistant. Using the HA Color Mode update and Pyartnet library to control lights in multiple DMX universes over ethernet with the Art-Net protocol.
MIT License
124 stars 10 forks source link

Scene transition time is ignored #29

Closed m7r closed 1 year ago

m7r commented 1 year ago

First of all thanks for this integration.

Creating scenes work like a charm and they could be switched easily with the activate buttons. But a service call with transition will ignore the transition time

service: scene.turn_on
data: 
  transition: 20

Issue arise as state transition overwrites scene transition. I solved it for me in this way

Breina commented 1 year ago

Thanks a lot for the fix! I released the change to v0.1.7. :)