mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +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_TIMEOFFSET = 'timeoffset'
|
||||||
CONF_NUMBER = 'number'
|
CONF_NUMBER = 'number'
|
||||||
|
|
||||||
DEFAULT_PRODUCT = ['U-Bahn', 'Tram', 'Bus', 'ExpressBus', 'S-Bahn']
|
DEFAULT_PRODUCT = ['U-Bahn', 'Tram', 'Bus', 'ExpressBus', 'S-Bahn',
|
||||||
|
'Nachteule']
|
||||||
|
|
||||||
ICONS = {
|
ICONS = {
|
||||||
'U-Bahn': 'mdi:subway',
|
'U-Bahn': 'mdi:subway',
|
||||||
@ -31,6 +32,7 @@ ICONS = {
|
|||||||
'Bus': 'mdi:bus',
|
'Bus': 'mdi:bus',
|
||||||
'ExpressBus': 'mdi:bus',
|
'ExpressBus': 'mdi:bus',
|
||||||
'S-Bahn': 'mdi:train',
|
'S-Bahn': 'mdi:train',
|
||||||
|
'Nachteule': 'mdi:owl',
|
||||||
'SEV': 'mdi:checkbox-blank-circle-outline',
|
'SEV': 'mdi:checkbox-blank-circle-outline',
|
||||||
'-': 'mdi:clock'
|
'-': 'mdi:clock'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user