From f7dbd54180dc62d7d8daea1be7780fe89fe04a92 Mon Sep 17 00:00:00 2001 From: longranger Date: Fri, 1 Dec 2023 22:04:58 -0800 Subject: [PATCH] Change temp offset back to 0 for weather_out_n. --- _data/weather_out_n.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/weather_out_n.yaml b/_data/weather_out_n.yaml index e1a0d8f..520edd3 100644 --- a/_data/weather_out_n.yaml +++ b/_data/weather_out_n.yaml @@ -2,7 +2,8 @@ substitutions: device_name: weather-out-n dn: weather_out_n sn: OutN - temp_offset: '-6.1' + temp_offset: '0.0' + # temp_offset: '-6.1' <<: !include .common.yaml <<: !include .esp8266.yaml