Using automation.yaml I can succesfully force the buienradar pressure to hPa (instead of psi) and temperature to °C (instead of °F).
This seems not work for precipitation_forecast_total, it defaults to inch. Changing to mm should change the values significantly (with a factor of 25.4) but this is not the case. For pressure and temperature the values do change.
homeassistant:
customize:
sensor.pressure:
unit_of_measurement: hPa
sensor.temperature:
unit_of_measurement: °C
sensor.precipitation_forecast_total:
unit_of_measurement: mm
Using automation.yaml I can succesfully force the buienradar pressure to hPa (instead of psi) and temperature to °C (instead of °F).
This seems not work for precipitation_forecast_total, it defaults to inch. Changing to mm should change the values significantly (with a factor of 25.4) but this is not the case. For pressure and temperature the values do change.