Remove decimal from AQ value
This commit is contained in:
parent
56abcb793a
commit
8e1a9e85de
@ -515,6 +515,7 @@ sensor:
|
|||||||
id: bme680_aq
|
id: bme680_aq
|
||||||
icon: "mdi:gauge"
|
icon: "mdi:gauge"
|
||||||
unit_of_measurement: "%"
|
unit_of_measurement: "%"
|
||||||
|
accuracy_decimals: 0
|
||||||
# Calculation from https://github.com/thstielow/raspi-bme680-iaq
|
# Calculation from https://github.com/thstielow/raspi-bme680-iaq
|
||||||
lambda: |-
|
lambda: |-
|
||||||
float ph_slope = 0.03;
|
float ph_slope = 0.03;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user