Buienradar pressure sensor

Just for curiosity I added the Buienradar pressure sensor to my dashboard. My standard setup is “metric”. Hovever, only this particular sensor jumps to “US customary” psi-values every time I restart HA. To get it in metric again I have to set all sensors to “US customary” and then set them all back to metric. However this causes also a spike in the Buienradar temperature recording. Can anyone confirm this?

After an extensive search I found a fix through configuration.yaml in the documentation that survives a restart of HA:

homeassistant:
  customize:
    sensor.pressure:
      unit_of_measurement: hPa

(note: the sensor is introduced in HA by Buienradar as the entity named ‘sensor.pressure’)

Hi, good that you solved it yourself!

Also: please take the time to mark the post that holds the solution.
You do that by selecting the three dots under the post:

image

Then select the check box:

image
By doing so:

  • this thread can be useful to other users as well (this thread comes up as solution when starting a thread which is similar to yours).
  • this prevents that someone else steps in trying to help

Thanks for giving back to the community! :+1:

1 Like