lfasci / homeassistant-metar

A sensor for METAR temperatures. https://en.wikipedia.org/wiki/METAR
8 stars 10 forks source link

Update time #4

Closed LeoeLeoeL closed 2 years ago

LeoeLeoeL commented 2 years ago

I see Metar integration updates data every 2 hours. Main aerodromes issue a metar every 30 minutes. So that the data I received often are old.

LeoeLeoeL commented 2 years ago

I modified the value in the following line: SCAN_INTERVAL = timedelta(seconds=3600) and now the interval is OK.