Open psi-4ward opened 10 months ago
Add the ability that a template could return an array of entities.
Ie:
triggers_update: >- [[[ const result = []; for(let i = 0; i<10; i++) result.push(`lights.light${i}`); return result; ]]]
https://community.home-assistant.io/t/lovelace-button-card/65981/7129?u=psi
Add the ability that a template could return an array of entities.
Ie:
https://community.home-assistant.io/t/lovelace-button-card/65981/7129?u=psi