mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Quote durations on history_stats examples (#22777)
This commit is contained in:
parent
7d88d92462
commit
9f073ab210
@ -107,12 +107,12 @@ The duration variable is used when the time period is fixed. Different syntaxes
|
||||
|
||||
```yaml
|
||||
# 6 hours
|
||||
duration: 06:00
|
||||
duration: "06:00"
|
||||
```
|
||||
|
||||
```yaml
|
||||
# 1 minute, 30 seconds
|
||||
duration: 00:01:30
|
||||
duration: "00:01:30"
|
||||
```
|
||||
|
||||
```yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user