Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions source/_integrations/weather.template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ weather:

{% endraw %}

**Note:** The templates' values need to be in the units given below - the weather template will make sure that the values reported to Home Assistant are in appropriate units according to the system settings (metric or imperial).

{% configuration %}
name:
description: Name to use in the frontend.
Expand All @@ -53,31 +55,31 @@ temperature_template:
required: true
type: template
humidity_template:
description: The current humidity.
description: The current humidity in %.
required: true
type: template
attribution_template:
description: The attribution to be shown in the frontend.
required: false
type: string
pressure_template:
description: The current air pressure.
description: The current air pressure in hPa.
required: false
type: template
wind_speed_template:
description: The current wind speed.
description: The current wind speed in km/h.
required: false
type: template
wind_bearing_template:
description: The current wind bearing.
description: The current wind bearing in °.
required: false
type: template
ozone_template:
description: The current ozone level.
description: The current ozone level in ppm.
required: false
type: template
visibility_template:
description: The current visibility.
description: The current visibility in km.
required: false
type: template
forecast_template:
Expand Down