mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update Yweather component configuration variable (#6567)
Update style of Yweather component documentation to follow new configuration variables description. Related to #6385.
This commit is contained in:
parent
028422c580
commit
9e5bacd9e9
@ -31,15 +31,20 @@ weather:
|
||||
- platform: yweather
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **woeid** (*Optional*): See above.
|
||||
- **name** (*Optional*): The name of the sensor. To easily recognize each sensor when adding more than one Yahoo weather sensor, it is recommended to use the name option. Defaults to `Yweather`.
|
||||
|
||||
{% configuration %}
|
||||
woeid:
|
||||
description: Your Where On Earth ID, see above for all the info.
|
||||
required: false
|
||||
type: integer
|
||||
name:
|
||||
description: The name of the sensor. To easily recognize each sensor when adding more than one Yahoo weather sensor, it is recommended to use the name option.
|
||||
required: false
|
||||
default: yweather
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
<p class='note'>
|
||||
This platform is an alternative to the [`yweather`](/components/sensor.yweather/) sensor.
|
||||
This platform is an alternative to the [`yweather`](/components/sensor.yweather/) sensor.
|
||||
</p>
|
||||
|
||||
Details about the API are available in the [Yahoo! Developer Network](https://developer.yahoo.com/weather/).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user