I’ve observed a behavior that I suspect is a bug.
I have all my Blue 2-1 Dimmers configured to turn the load on and off instantly. Meaning the following are all set to zero:
- RampRateOffToOnRemote
- RampRateOffToOnLocal
- RampRateOnToOffRemote
- RampRateOnToOffLocal
When I turn on a light at the switch, it comes on instantly, as expected.
When I turn on a light from HA, addressing the light by device ID, it also comes on instantly. For example:
sequence:
- action: light.turn_on
metadata: {}
data: {}
target:
device_id: 3e30e794a5a83432b715b2c22d19fe15
alias: Turn on device
description: ""
But if I turn on a light from HA and address it by entity ID instead of the device ID, the light ramps up in brightness over a couple of seconds instead of coming on instantly. For example:
sequence:
- action: light.turn_on
metadata: {}
data: {}
target:
entity_id: light.downstairs_bathroom_light
alias: Turn on entity
description: ""
I would expect to both behave according to the parameter configuration.
Are my expectations wrong?
