Allow icon and title to be controlled by jinja template
icon: >-
{{ 'mdi:sun-wireless' if is_state('sun.sun', 'above_horizon') else 'mdi:moon-waning-crescent' }}
title: >-
Lights on: {{ states.light | selectattr('state','eq','on') | list | count }}
