mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Consistent boolean syntax (#12161)
Consistently use `true` in the code examples, instead of `True`.
This commit is contained in:
parent
4acedd210c
commit
42c9d5dc9e
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user