Updated valid station id list (#5449)
This commit is contained in:
parent
738292f817
commit
dbcad34b47
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=30)
|
|||
|
||||
VALID_STATION_IDS = (
|
||||
'11010', '11012', '11022', '11035', '11036', '11101', '11121', '11126',
|
||||
'11130', '11150', '11155', '11157', '11171', '11190', '11204'
|
||||
'11130', '11150', '11155', '11157', '11171', '11190', '11204', '11240',
|
||||
'11244', '11265', '11331', '11343', '11389'
|
||||
)
|
||||
|
||||
SENSOR_TYPES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue