Skip to content

Commit d589af6

Browse files
authored
absolute_time -> relative_to_epoch
1 parent 4607ff4 commit d589af6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_components/sensor.simulated.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sensor:
4747
mean: 50
4848
spread: 10
4949
seed: 999
50-
absolute_time: false
50+
relative_to_epoch: false
5151
```
5252
5353
Configuration variables:
@@ -92,8 +92,8 @@ spread:
9292
required: false
9393
default: None
9494
type: float
95-
absolute_time:
96-
description: Whether to simulate from an absolute time (00:00:00, 1970-01-01), or relative to when the sensor was started.
95+
relative_to_epoch:
96+
description: Whether to simulate from epoch time (00:00:00, 1970-01-01), or relative to when the sensor was started.
9797
required: false
9898
default: false
9999
type: boolean

0 commit comments

Comments
 (0)