From b5243ecc225e0170ec3d1e91720a1566ce6690c5 Mon Sep 17 00:00:00 2001 From: Elmo-S <71403256+Elmo-S@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:47:26 +0300 Subject: [PATCH] Add UV index attribute to template weather documentation (#40064) --- source/_integrations/template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index fc9e517cffb..98698b7cfde 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -2340,6 +2340,10 @@ weather: description: Unit for temperature_template output. Valid options are °C, °F, and K. required: false type: string + uv_index_template: + description: The current UV index. + required: false + type: template visibility_template: description: The current visibility. required: false