elden1337 / hass-peaqhvac

Home Assistant custom component to help hvac-systems stay below peak hourly energy levels and prioritize cheap hours to heat your home.
Other
7 stars 2 forks source link

[Feature request] Let end-user decide on Weather App #60

Open enoch85 opened 11 months ago

enoch85 commented 11 months ago

Basically, let the end user decide on which weather app to use. I use OpenWeatherMap for example. I also think that the default behavior of other apps are to let the user choose instead of making it a dependency.

Right now I've disabled weather (together with you) since it doesn't work at all in 2.0.6. I think this should be a priority, but you decide.

elden1337 commented 11 months ago

easiest would be to add a sensor input in setup that you can pick. what has to be determined though is that it can be parsed hourly so that i can work with it in an easy manner.

enoch85 commented 11 months ago

Exactly. During first setup.

enoch85 commented 10 months ago

Now when "Configure" is available, it should be easy to just add it there. :)

elden1337 commented 10 months ago

Now when "Configure" is available, it should be easy to just add it there. :)

semi. has to be rewritten since it's hardcoded to search in met-integration at the moment.