Decrease Sensirion interval to 15s
60s felt like far too long.
This commit is contained in:
parent
9fc8ad7318
commit
2145d4eff1
@ -515,7 +515,7 @@ sensor:
|
||||
id: sgp30_tvoc
|
||||
accuracy_decimals: 1
|
||||
store_baseline: yes
|
||||
update_interval: 60s
|
||||
update_interval: 15s
|
||||
|
||||
- platform: sht4x
|
||||
temperature:
|
||||
@ -528,7 +528,7 @@ sensor:
|
||||
id: sht45_humidity
|
||||
filters:
|
||||
- offset: !lambda return id(humidity_offset);
|
||||
update_interval: 60s
|
||||
update_interval: 15s
|
||||
|
||||
- platform: absolute_humidity
|
||||
name: "SHT45 Absolute Humidity"
|
||||
|
Loading…
x
Reference in New Issue
Block a user