{{#each lightsList as |light|}} {{#if lightsIconsOn}}
{{inline-svg light.src class="hue-light"}}
{{else}}
{{light.name}}
{{/if}} {{/each}}