Add temp offset to make faulty weather monitor more usable.
This commit is contained in:
@@ -9,6 +9,8 @@ sensor:
|
||||
temperature:
|
||||
name: Temp${sn}
|
||||
id: bme280_temperature
|
||||
filters:
|
||||
- offset: ${temp_offset}
|
||||
pressure:
|
||||
name: Press${sn}
|
||||
id: bme280_pressure
|
||||
|
||||
@@ -2,6 +2,7 @@ substitutions:
|
||||
device_name: weather-in-1
|
||||
dn: weather_in_1
|
||||
sn: In1
|
||||
temp_offset: '0.0'
|
||||
|
||||
<<: !include .common.yaml
|
||||
<<: !include .esp8266.yaml
|
||||
|
||||
@@ -2,6 +2,7 @@ substitutions:
|
||||
device_name: weather-out-n
|
||||
dn: weather_out_n
|
||||
sn: OutN
|
||||
temp_offset: '-6.1'
|
||||
|
||||
<<: !include .common.yaml
|
||||
<<: !include .esp8266.yaml
|
||||
|
||||
@@ -2,6 +2,7 @@ substitutions:
|
||||
device_name: weather-out-s
|
||||
dn: weather_out_s
|
||||
sn: OutS
|
||||
temp_offset: '0.0'
|
||||
|
||||
<<: !include .common.yaml
|
||||
<<: !include .esp8266.yaml
|
||||
|
||||
Reference in New Issue
Block a user