mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +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
|
- platform: aurora
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
forecast_threshold:
|
||||||
- **forecast_threshold** (*Optional*): Provide your own threshold number above which the sensor will trigger. Defaults to 75.
|
description: Provide your own threshold number above which the sensor will trigger.
|
||||||
- **name** (*Optional*): The name of the sensor. Default is 'Aurora Visibility'.
|
required: false
|
||||||
|
default: 75
|
||||||
|
type: integer
|
||||||
|
name:
|
||||||
|
description: The name of the sensor.
|
||||||
|
required: false
|
||||||
|
default: Aurora Visibility
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user