Update Aurora binary sensor component configuration variable (#6596)

Update style of Aurora binary sensor component documentation to follow new configuration variables description.
Related to #6385.
This commit is contained in:
Klaas Schoute 2018-10-08 19:57:42 +02:00 committed by Franck Nijhof
parent 3af63feb83
commit 87e0cb6523

View File

@ -28,10 +28,18 @@ binary_sensor:
- platform: aurora
```
Configuration variables:
- **forecast_threshold** (*Optional*): Provide your own threshold number above which the sensor will trigger. Defaults to 75.
- **name** (*Optional*): The name of the sensor. Default is 'Aurora Visibility'.
{% configuration %}
forecast_threshold:
description: Provide your own threshold number above which the sensor will trigger.
required: false
default: 75
type: integer
name:
description: The name of the sensor.
required: false
default: Aurora Visibility
type: string
{% endconfiguration %}
```yaml
binary_sensor: