I setup wled device to have separate outputs for both channels segment 0 segment 1 and I use type: tile card
I use these devices www.aliexpress.com/item/1005008610921967.html and works great and can run off 24v battery bank
If I configure wled to have separate segments for both channels ha creates the following
light.xx master one that only turns off xx_main segment0
light.xx_main segment0 this controls segment0
light.xx_segment_1 segment1 this controls segment1
If I configure wled to have single segment output ha creates the following
light.xx
light.xx_main
If I power off the device from light.xx it only switches off light.xx_main leaving segment1 still powered on
If I was to use entity card I would have to switch off 2 entities to power off the light would make sense in this setup light.xx would switch both segment0 and segment1
I do not understand why when I power off the device it only powers off half of it
as far as home assistant is concerned there are 3 switches for this device when logic would say you only need 1 or 2 switches depending on if you have single channel output or double channel output
It makes no sense why this would be coded this way
or am I not seeing this correct
Can anyone show me what I am missing
Thanks You