Skip to content

Version 0.6.2

Compare
Choose a tag to compare
@DBuit DBuit released this 15 Dec 10:36
· 1 commit to master since this release

Version 0.6.2

Issues fixed:

  • Fixed wrapper size when changing mobile tile view width which would result in 2 tiles on row instead of 3
  • Can't get it working with Home Assistant Cast #122
  • noPadding resizes tile after adjusting tile settings #121
  • Enable Haptics #118
    You can now use haptic on global part of the config, but also on a row or entity
  • [Feature Request] Allow double_tap action to be selectable to mirror tap_action or hold_action #97
    New config doubleTapFallback and doubleTapDisabledWhenNoActionSet
    doubleTapDisabledWhenNoActionSet is default true so this removes a 200 ms delay on tap actions which you don't want when not using double tap actions, if you do have custom double tap action set on a tile it will use the 200ms delay.
    doubleTapFallback is default tap action but can now be set to "hold" so it will use the hold action as fallback when no double tap action is set. if you wanna use this you should set doubleTapDisabledWhenNoActionSet to false