We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e33d201 + 8b9f22c commit 6292dd3Copy full SHA for 6292dd3
custom_components/aus_space_weather/const.py
@@ -1,15 +1,25 @@
1
DOMAIN = "aus_space_weather"
2
3
-# List of supported locations for the K index
+# List of supported locations for the K index.
4
+# Referenced from https://sws-data.sws.bom.gov.au/api-docs#get-k-index
5
LOCATIONS = [
6
"Australian region",
- "Hobart",
7
+ "Alice Springs",
8
"Canberra",
- "Sydney",
9
+ "Cocos Island",
10
+ "Narrabri",
11
+ "Darwin",
12
+ "Hobart",
13
+ "Launceston",
14
+ "Learmonth",
15
"Melbourne",
- "Brisbane",
16
+ "Norfolk Island",
17
"Perth",
- "Adelaide",
- "Darwin",
- "Alice Springs"
18
+ "Sydney",
19
+ "Townsville",
20
+ # Antarctic region
21
+ "Casey",
22
+ "Davis",
23
+ "Macquarie Island",
24
+ "Mawson"
25
]
0 commit comments