Raise BME680 update interval to 15s
Temperature doesn't swing that wildly.
This commit is contained in:
parent
92f0305f94
commit
82c613d41f
@ -530,7 +530,7 @@ binary_sensor:
|
||||
sensor:
|
||||
- platform: bme680
|
||||
address: 0x77
|
||||
update_interval: 5s
|
||||
update_interval: 15s
|
||||
iir_filter: 127x
|
||||
temperature:
|
||||
name: "BME680 Temperature"
|
||||
@ -562,7 +562,7 @@ sensor:
|
||||
icon: "mdi:gauge"
|
||||
unit_of_measurement: "%"
|
||||
accuracy_decimals: 0
|
||||
update_interval: 5s
|
||||
update_interval: 15s
|
||||
# Calculation from https://github.com/thstielow/raspi-bme680-iaq
|
||||
lambda: |-
|
||||
float ph_slope = 0.03;
|
||||
|
Loading…
x
Reference in New Issue
Block a user