Skip to content

Commit

Permalink
README yaml example spacing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Feb 23, 2024
1 parent 0ff85c1 commit d898a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ custom_actions:
double_tap_action:
action: navigate
navigation_path: /lovelace/1
double_tap_window: 400
double_tap_window: 400
```

**NOTE**: Setting `double_tap_window` above or too close to `hold_time` can result in undesirable behavior, as the hold timer expires before the double tap window does.
Expand Down Expand Up @@ -571,7 +571,7 @@ custom_actions:
entity_id: light.theater
hold_action:
action: repeat # light will be toggled repeatedly while held
repeat_delay: 1000
repeat_delay: 1000
```

### Momentary Button Mode
Expand Down

0 comments on commit d898a2a

Please sign in to comment.