jeeftor / HomeAssistant

This is my public home assistant stuff
45 stars 14 forks source link

Weather blueprint error in ipgeolocation rest sensor example? #5

Closed koenvangils closed 1 year ago

koenvangils commented 1 year ago

I think you accidentally included a minus prefix to the longitude in the example of the ipgeolocation rest sensor:

resource: https://api.ipgeolocation.io/astronomy?lat=<LAT>&long=-<LON>&apiKey=<API_KEY>

It looks like it should be:

resource: https://api.ipgeolocation.io/astronomy?lat=<LAT>&long=<LON>&apiKey=<API_KEY>

jeeftor commented 1 year ago

I guess you are correct :).. updated