home-assistant / home-assistant.io

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

Openweathermap modes not documented completely #34498

Closed N3rdix closed 6 days ago

N3rdix commented 2 weeks ago

Feedback

Since a few releases we can choose 4 options in the config flow for OWM, but those are not documented. It's not clear what the modes forecast & current are doing, especially current seems to do the same as 3.0 (at least what I can see as a user).

Could those 2 modes be explained? I am happy to fill a PR to enhance the docs once it's clear...

URL

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

Version

2024.8.3

Additional information

No response

home-assistant[bot] commented 2 weeks ago

Hey there @fabaff, @freekode, @nzapponi, mind taking a look at this feedback as it has been labeled with an integration (openweathermap) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `openweathermap` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign openweathermap` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
freekode commented 1 week ago

this is docs for other two modes https://openweathermap.org/forecast5 https://openweathermap.org/current

N3rdix commented 1 week ago

this is docs for other two modes https://openweathermap.org/forecast5 https://openweathermap.org/current

thanks for the hint, I've created a PR for the docs and the config-flow to align them...