diff --git a/source/getting-started/configuration.markdown b/source/getting-started/configuration.markdown index 4d0175ec8b5..d9a23fcbcf9 100644 --- a/source/getting-started/configuration.markdown +++ b/source/getting-started/configuration.markdown @@ -68,4 +68,11 @@ Now that you are able to edit the configuration, it's time to set up some of you

YAML can be a little daunting at first. A lot is possible! [Here is some more info.](/docs/configuration/devices/)

+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/)