Closed koenvangils closed 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>
I guess you are correct :).. updated
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>