So my when i call a scene which turns my lamps on (slowly) it works.
- name: SunSet
entities:
light.led_uplighter:
state: on
transition: 23
brightness: 255
# kelvin: 3000
light.kitchen_led:
state: on
effect: none
transition: 20
brightness: 200
# hs_color: [36,31.373]
But if i call a scene which fades them off, the light go straight off, no fade
- name: FrontRoomOff
entities:
light.kitchen_led:
state: off
transition: 12
light.led_uplighter:
state: off
transition: 10
This was working in 0.100.x and i have found a post about scenes being more “strict”
https://community.home-assistant.io/t/0-101-airly-apprise-sinch-solar-log-microsoft-teams/145370/211
Anyone got a work around or idea how to get lights to fade off now ?