Hello,
using the dashboard i call my scenes like this:
- type: button
entity: scene.hell
name: Hell
tap_action:
action: call-service
service: scene.turn_on
service_data:
entity_id: scene.hell
transition: 2.5
This makes the lights fade 2.5s.
When Alexa calls scenes there is no fade. How to add fading for scene calls by Alexa?
BR
mode