mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Add new attributes into Template Weather (#27936)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
cd8d4f0fb8
commit
d2b9292d06
@ -56,8 +56,16 @@ temperature_template:
|
||||
description: The current temperature.
|
||||
required: true
|
||||
type: template
|
||||
dew_point_template:
|
||||
description: The current dew point.
|
||||
required: false
|
||||
type: template
|
||||
apparent_temperature_template:
|
||||
description: The current apparent (feels-like) temperature.
|
||||
required: false
|
||||
type: template
|
||||
temperature_unit:
|
||||
description: Unit for temperature_template output. Valid options are °C, °F and K.
|
||||
description: Unit for temperature_template output. Valid options are °C, °F, and K.
|
||||
required: false
|
||||
type: string
|
||||
humidity_template:
|
||||
@ -80,8 +88,12 @@ wind_speed_template:
|
||||
description: The current wind speed.
|
||||
required: false
|
||||
type: template
|
||||
wind_gust_speed_template:
|
||||
description: The current wind gust speed.
|
||||
required: false
|
||||
type: template
|
||||
wind_speed_unit:
|
||||
description: Unit for wind_speed_template output. Valid options are m/s, km/h, mph, mm/d, in/d, in/h.
|
||||
description: Unit for wind_speed_template output. Valid options are m/s, km/h, mph, mm/d, in/d, and in/h.
|
||||
required: false
|
||||
type: string
|
||||
wind_bearing_template:
|
||||
@ -92,6 +104,10 @@ ozone_template:
|
||||
description: The current ozone level.
|
||||
required: false
|
||||
type: template
|
||||
cloud_coverage_template:
|
||||
description: The current cloud coverage.
|
||||
required: false
|
||||
type: template
|
||||
visibility_template:
|
||||
description: The current visibility.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user