Re-add random sensor sample (it's referenced in automation)

This commit is contained in:
Fabian Affolter 2018-02-03 10:58:49 +01:00
parent c29eff789f
commit 2edccadc9f
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -68,4 +68,11 @@ Now that you are able to edit the configuration, it's time to set up some of you
<p class='note'>YAML can be a little daunting at first. A lot is possible! [Here is some more info.](/docs/configuration/devices/)</p>
For a sensor that is showing [random values](/components/sensor.random/), the entry would look like the sample below:
```yaml
sensor:
- platform: random
```
### [Next step: Automate Home Assistant &raquo;](/getting-started/automation/)