- Added support for multiple badge rules with
badge_templates
This allows you to have multiple jinja templates and if any of them are true the badge is displayed. Also added a badge display mode (count, dot and !)
badge_display: count
badge_templates:
- "{{ is_state('light.kitchen_light_ceiling', 'on') }}"
- "{{ is_state('light.kitchen_light_table, 'on') }}"
- Made the tab transition behavior more consistent with swipe settings. Related to issue #37
enable_swipe: true
tab_click_animation: false
swipe_animation: true