Resolves #293 Fix updater icon

This commit is contained in:
estevez-dev 2019-03-13 22:40:54 +02:00
parent 8b28bb2e9e
commit b2269cc96d

View File

@ -34,7 +34,8 @@ class MaterialDesignIcons {
"alarm_control_panel.armed_night" : "mdi:bell-sleep",
"alarm_control_panel.armed_custom_bypass" : "mdi:bell",
"alarm_control_panel.triggered" : "mdi:bell-ring",
"alarm_control_panel" : "mdi:bell"
"alarm_control_panel" : "mdi:bell",
"updater": "mdi:cloud-upload"
};
static final Map defaultIconsByDeviceClass = {