From 1a00ada59f61d50e759297dbf83fc67006b94496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Olivier=20Devaux?= Date: Mon, 29 Nov 2021 09:05:30 +0100 Subject: [PATCH] Update sensor.rest.markdown (#20480) --- source/_integrations/sensor.rest.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sensor.rest.markdown b/source/_integrations/sensor.rest.markdown index 4ff4d2e04b5..197bb7fa206 100644 --- a/source/_integrations/sensor.rest.markdown +++ b/source/_integrations/sensor.rest.markdown @@ -333,7 +333,7 @@ sensor: entity_id: sensor.owm_report owm_temp: friendly_name: "Outside temp" - value_template: "{{ state_attr(['sensor.owm_report', 'main')['temp'] - 273.15 }}" + value_template: "{{ state_attr('sensor.owm_report', 'main')['temp'] - 273.15 }}" unit_of_measurement: "°C" entity_id: sensor.owm_report owm_pressure: