From 863f9559b3ef5f259e32390b03276bf25c460405 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 10 May 2022 19:45:01 -0700 Subject: [PATCH] Minor comment codereview fix. --- src/common.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common.ts b/src/common.ts index 4a1d2a92..d3873370 100644 --- a/src/common.ts +++ b/src/common.ts @@ -709,9 +709,7 @@ export const sideLoadHomeAssistantElements = async (): Promise => { // eslint-disable-next-line @typescript-eslint/no-explicit-any const helpers: CardHelpers = await (window as any).loadCardHelpers(); - // The picture-glance editor loads everything this card needs. In particular: - // - // See: https://github.com/thomasloven/hass-config/wiki/PreLoading-Lovelace-Elements + // The picture-glance editor loads everything this card needs. const pictureGlance = await helpers.createCardElement({ type: 'picture-glance', entities: [],