Skip to content

Commit

Permalink
Consistent boolean syntax (home-assistant#12161)
Browse files Browse the repository at this point in the history
Consistently use `true` in the code examples, instead of `True`.
  • Loading branch information
AlecRust authored Feb 22, 2020
1 parent 4acedd2 commit 42c9d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_integrations/alert.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ alert:
- 15
- 30
- 60
can_acknowledge: True # Optional, default is True
skip_first: True # Optional, false is the default
can_acknowledge: true # Optional, default is true
skip_first: true # Optional, false is the default
data:
inline_keyboard:
- 'Close garage:/close_garage, Acknowledge:/garage_acknowledge'
Expand Down

0 comments on commit 42c9d5d

Please sign in to comment.