Add back system_health_info to the base of lovelace (#43382)

This commit is contained in:
Joakim Sørensen 2020-11-19 11:55:21 +01:00 committed by GitHub
parent 982624b3ac
commit 3ca8f0c475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ from .const import (
STORAGE_DASHBOARD_UPDATE_FIELDS,
url_slug,
)
from .system_health import system_health_info # NOQA
_LOGGER = logging.getLogger(__name__)