Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Noltari authored Aug 23, 2023
1 parent d121a02 commit 19d93d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aemet_opendata/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@

ATTR_DATA: Final[str] = "data"
ATTR_RESPONSE: Final[str] = "response"

RAW_FORECAST_DAILY: Final[str] = "forecast-daily"
RAW_FORECAST_HOURLY: Final[str] = "forecast-hourly"
RAW_STATIONS: Final[str] = "stations"
RAW_TOWNS: Final[str] = "towns"

0 comments on commit 19d93d9

Please sign in to comment.