Set pressure accuracy decimals

Since we're rounding to an integer now.
This commit is contained in:
Joshua Boniface 2025-04-21 10:26:56 -04:00
parent 839ac6ce2a
commit 742f718a81

View File

@ -605,6 +605,7 @@ sensor:
name: "BME680 Pressure"
id: bme680_pressure
oversampling: 16x
accuracy_decimals: 0
filters:
- lambda: return (round(x));
- offset: !lambda return id(pressure_offset);