chore: update weatherclearoutside.py (#496)

reponse -> response
This commit is contained in:
Ikko Eltociear Ashimine
2025-04-06 14:46:52 +02:00
committed by Dominique Lasserre
parent 87ebbf0f08
commit 8f30d97f86
@@ -88,7 +88,7 @@ class WeatherClearOutside(WeatherProvider):
"""Requests weather forecast from ClearOutside.
Returns:
response: Weather forecast request reponse from ClearOutside.
response: Weather forecast request response from ClearOutside.
"""
source = "https://clearoutside.com/forecast"
latitude = round(self.config.general.latitude, 2)