diff --git a/supersensor.yaml b/supersensor.yaml index 6803208..2959a49 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -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;