What's Changed
- Skip pure black color change for RGB lights by @ericmatte in #60
- Add template condition by @ericmatte in #61
Template condition are now possible like so:
condition:
value_template: "{{ is_state('sun.sun', 'below_horizon') and ... }}"
Full Changelog: v1.1.0...v1.2.0