Consistent boolean syntax (#12161)

Consistently use `true` in the code examples, instead of `True`.
This commit is contained in:
Alec Rust 2020-02-22 16:07:42 +00:00 committed by GitHub
parent 4acedd210c
commit 42c9d5dc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'