Color generation scripts are not working
maxi1134 opened this issue · 2 comments
maxi1134 commented
Color generation scripts are not working
maxi1134 commented
The bug doesn't seem to always happen. I will need to take a look as to what is causing it
maxi1134 commented
Fixed by changing template to
{{ integration_entities('group')| select('search', 'light.group_all_inside_lights') | expand | selectattr("attributes.rgb_color", "defined") | selectattr("state", "eq", "on") | map(attribute='entity_id') | list }}