Resolves #293 Fix updater icon
This commit is contained in:
parent
8b28bb2e9e
commit
b2269cc96d
@ -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 = {
|
||||
|
Reference in New Issue
Block a user