mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
Fixed domain icons for updater
This commit is contained in:
parent
2a437c7023
commit
a4c33d9a32
@ -52,7 +52,7 @@ export default function domainIcon(domain, state) {
|
|||||||
return 'social:pages';
|
return 'social:pages';
|
||||||
|
|
||||||
case 'updater':
|
case 'updater':
|
||||||
if(state == "True") {
|
if(state == "update_available") {
|
||||||
return 'icons:cloud-download';
|
return 'icons:cloud-download';
|
||||||
} else {
|
} else {
|
||||||
return 'icons:cloud-done';
|
return 'icons:cloud-done';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user