From 7ea482cb1d6b7cb247dc105fd780416e8fd0ab51 Mon Sep 17 00:00:00 2001 From: 9R Date: Tue, 4 Sep 2018 08:48:03 +0200 Subject: [PATCH] add ExpressBus icon key to sensor.mvg (#16387) --- homeassistant/components/sensor/mvglive.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/sensor/mvglive.py b/homeassistant/components/sensor/mvglive.py index a7a4b592664..8634e4f4570 100644 --- a/homeassistant/components/sensor/mvglive.py +++ b/homeassistant/components/sensor/mvglive.py @@ -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'