mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +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
|
```yaml
|
||||||
# 6 hours
|
# 6 hours
|
||||||
duration: 06:00
|
duration: "06:00"
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# 1 minute, 30 seconds
|
# 1 minute, 30 seconds
|
||||||
duration: 00:01:30
|
duration: "00:01:30"
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user