New Features
Two new actions have been added for navigating to the "next" or "previous" entity chip. Useful if you want to set up a swipe left/right action to them.
Example
actions:
- name: Next Chip
in_menu: hidden
card_trigger: swipe_right
action: prev_entity
- name: Previous Chip
in_menu: hidden
card_trigger: swipe_left
action: next_entity
Bug Fixes
Fixed an issue on Shelly wall display (possibly other android devices) where it was registering the double tap to open quick group mode twice causing quick group mode to immediately dismiss.
What's Changed
- Feat add chip nav actions by @jianyu-li in #259
- fix: Avoid duplicate quick grouping mode toggles by ignoring native d… by @jianyu-li in #261
Full Changelog: v34.2.0...v34.3.0