mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
add ExpressBus icon key to sensor.mvg (#16387)
This commit is contained in:
parent
a4aa30fc73
commit
7ea482cb1d
@ -31,12 +31,13 @@ CONF_PRODUCTS = 'products'
|
||||
CONF_TIMEOFFSET = 'timeoffset'
|
||||
CONF_NUMBER = 'number'
|
||||
|
||||
DEFAULT_PRODUCT = ['U-Bahn', 'Tram', 'Bus', 'S-Bahn']
|
||||
DEFAULT_PRODUCT = ['U-Bahn', 'Tram', 'Bus', 'ExpressBus', 'S-Bahn']
|
||||
|
||||
ICONS = {
|
||||
'U-Bahn': 'mdi:subway',
|
||||
'Tram': 'mdi:tram',
|
||||
'Bus': 'mdi:bus',
|
||||
'ExpressBus': 'mdi:bus',
|
||||
'S-Bahn': 'mdi:train',
|
||||
'SEV': 'mdi:checkbox-blank-circle-outline',
|
||||
'-': 'mdi:clock'
|
||||
|
Loading…
x
Reference in New Issue
Block a user