mirror of
https://github.com/home-assistant/core.git
synced 2025-06-20 04:57:08 +00:00
Updated valid station id list (#5449)
This commit is contained in:
parent
738292f817
commit
dbcad34b47
@ -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…
x
Reference in New Issue
Block a user