Added AU (Australia) (#18183)

Added missing Australia region
This commit is contained in:
Troy Kelly 2018-11-05 00:46:02 +10:00 committed by Pascal Vizeli
parent 0992e83f8d
commit dbf721cd2c

View file

@ -37,7 +37,7 @@ DEFAULT_REALTIME = True
ICON = 'mdi:car' ICON = 'mdi:car'
REGIONS = ['US', 'NA', 'EU', 'IL'] REGIONS = ['US', 'NA', 'EU', 'IL', 'AU']
SCAN_INTERVAL = timedelta(minutes=5) SCAN_INTERVAL = timedelta(minutes=5)