Re-add random sensor sample (it's referenced in automation)
This commit is contained in:
parent
c29eff789f
commit
2edccadc9f
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
<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 »](/getting-started/automation/)
|
### [Next step: Automate Home Assistant »](/getting-started/automation/)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue