Remove decimal from AQ value

This commit is contained in:
Joshua Boniface 2024-06-11 10:18:46 -04:00
parent 56abcb793a
commit 8e1a9e85de

View File

@ -515,6 +515,7 @@ sensor:
id: bme680_aq
icon: "mdi:gauge"
unit_of_measurement: "%"
accuracy_decimals: 0
# Calculation from https://github.com/thstielow/raspi-bme680-iaq
lambda: |-
float ph_slope = 0.03;