mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
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:
parent
3af63feb83
commit
87e0cb6523
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user