mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Add documentation for YR forecast data (#3059)
* Add documentation for YR forecast data * Update sensor.yr.markdown
This commit is contained in:
parent
9c7562a6cb
commit
90919e784b
@ -28,6 +28,7 @@ sensor:
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **name** (*Optional*): Additional name for the sensors. Default to platform name.
|
- **name** (*Optional*): Additional name for the sensors. Default to platform name.
|
||||||
|
- **forecast** integer (*Optional*): If you want to get forecast data instead of the current weather data, set this to the number of hours that you want to look into the future.
|
||||||
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend.
|
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend.
|
||||||
- **symbol**: A symbol for the current weather.
|
- **symbol**: A symbol for the current weather.
|
||||||
- **temperature**: The current temperature.
|
- **temperature**: The current temperature.
|
||||||
@ -50,6 +51,7 @@ A full configuration example can be found below:
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: yr
|
- platform: yr
|
||||||
name: Weather
|
name: Weather
|
||||||
|
forecast: 24
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- temperature
|
- temperature
|
||||||
- symbol
|
- symbol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user