home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.9k stars 7.25k forks source link

Show Luftdaten pressure in hPa #17296

Closed tuxick closed 3 years ago

tuxick commented 3 years ago

Feedback

Since most other sensors show pressure in hPa the only way i found to fix the data from Luftdaten to hPa is a value_template:

sensor:

URL

https://www.home-assistant.io/integrations/luftdaten/

Version

2021.3.4

``

probot-home-assistant[bot] commented 3 years ago

Hey there @fabaff, mind taking a look at this feedback as its been labeled with an integration (luftdaten) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

frenck commented 3 years ago

That is nice @tuxick 👍

But unit conversions are a general thing, as not specific to this integration. Nevertheless, thank for taking the time to provide feedback on this page! ❤️

tuxick commented 3 years ago

Well, in many cases you can set unit_of_measurement in configuration.yaml or in integration's config dialog. Since this doesn't seem to be the case for this integration i thought extra example could be helpful.