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 Paulus Schoutsen
parent 0bfcfb859a
commit 044edd3d9e

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__)