1
mirror of https://github.com/home-assistant/frontend synced 2024-09-28 00:43:28 +02:00

Fixed domain icons for updater

This commit is contained in:
Ryan Kraus 2015-07-14 21:03:19 -04:00
parent 2a437c7023
commit a4c33d9a32

View File

@ -52,7 +52,7 @@ export default function domainIcon(domain, state) {
return 'social:pages';
case 'updater':
if(state == "True") {
if(state == "update_available") {
return 'icons:cloud-download';
} else {
return 'icons:cloud-done';