Change temp offset back to 0 for weather_out_n.

This commit is contained in:
2023-12-01 22:04:58 -08:00
parent 069cbbbbd8
commit f7dbd54180

View File

@@ -2,7 +2,8 @@ substitutions:
device_name: weather-out-n device_name: weather-out-n
dn: weather_out_n dn: weather_out_n
sn: OutN sn: OutN
temp_offset: '-6.1' temp_offset: '0.0'
# temp_offset: '-6.1'
<<: !include .common.yaml <<: !include .common.yaml
<<: !include .esp8266.yaml <<: !include .esp8266.yaml