maxi1134/Home-Assistant-Config

Color generation scripts are not working

Closed this issue · 2 comments

Color generation scripts are not working

The bug doesn't seem to always happen. I will need to take a look as to what is causing it

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 }}