mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Fix missing Nachteule in mvglive component (#25304)
This commit is contained in:
parent
0da0dda39c
commit
1fddf47e8f
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user