Fix missing Nachteule in mvglive component (#25304)

This commit is contained in:
9R 2019-07-20 14:02:00 +02:00 committed by Franck Nijhof
parent 0da0dda39c
commit 1fddf47e8f

View File

@ -23,7 +23,8 @@ CONF_PRODUCTS = 'products'
CONF_TIMEOFFSET = 'timeoffset'
CONF_NUMBER = 'number'
DEFAULT_PRODUCT = ['U-Bahn', 'Tram', 'Bus', 'ExpressBus', 'S-Bahn']
DEFAULT_PRODUCT = ['U-Bahn', 'Tram', 'Bus', 'ExpressBus', 'S-Bahn',
'Nachteule']
ICONS = {
'U-Bahn': 'mdi:subway',
@ -31,6 +32,7 @@ ICONS = {
'Bus': 'mdi:bus',
'ExpressBus': 'mdi:bus',
'S-Bahn': 'mdi:train',
'Nachteule': 'mdi:owl',
'SEV': 'mdi:checkbox-blank-circle-outline',
'-': 'mdi:clock'
}