Skip to content

Commit 2edccad

Browse files
committed
Re-add random sensor sample (it's referenced in automation)
1 parent c29eff7 commit 2edccad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/getting-started/configuration.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,11 @@ Now that you are able to edit the configuration, it's time to set up some of you
6868

6969
<p class='note'>YAML can be a little daunting at first. A lot is possible! [Here is some more info.](/docs/configuration/devices/)</p>
7070

71+
For a sensor that is showing [random values](/components/sensor.random/), the entry would look like the sample below:
72+
73+
```yaml
74+
sensor:
75+
- platform: random
76+
```
77+
7178
### [Next step: Automate Home Assistant &raquo;](/getting-started/automation/)

0 commit comments

Comments
 (0)