Skip to content

Commit

Permalink
Update ha_weather.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniusz-Gienek authored Apr 21, 2024
1 parent 9a7e82d commit 0062211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather.ha/lib/ha_weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
TEMPUNIT = xbmc.getRegion('tempunit')
SPEEDUNIT = xbmc.getRegion('speedunit')
MAX_REQUEST_RETRIES = 6
RETRY_DELAY_S = 1
RETRY_DELAY_S = 10
default_temperature_unit = u'°C'
default_pressure_unit = 'hPa'
default_wind_speed_unit = 'm/s'
Expand Down

0 comments on commit 0062211

Please sign in to comment.