Added docs for new attributes (#16948)

This commit is contained in:
Christian Soltenborn 2021-03-29 09:41:52 +02:00 committed by GitHub
parent 6daf63dbdd
commit 1deeb0433d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,10 @@ humidity_template:
description: The current humidity.
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.
required: false
@ -64,6 +68,18 @@ wind_speed_template:
description: The current wind speed.
required: false
type: template
wind_bearing_template:
description: The current wind bearing.
required: false
type: template
ozone_template:
description: The current ozone level.
required: false
type: template
visibility_template:
description: The current visibility.
required: false
type: template
forecast_template:
description: Daily forecast data.
required: false