Make UoM a string

This commit is contained in:
Joshua Boniface 2024-06-11 02:08:26 -04:00
parent 8d94da6ba0
commit 499c21e329

View File

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