Govee Hygrothermometer (H5100) integrated into Google Home correctly,
but falls to report humidity when not a whole number/integer (e.g. 54.1
reports "unavailable", but 54.0 reports "54" correctly). Could this
issue be fixed?
I think I might have found the root cause. Google Home can only
interpret whole numbers/integers e.g. when Govee sends 54.0 google home
displays the correct humidity, when Govee sends 54.1 google displays
"humidity unavailable". Now we only need a fi...