Skip to content

Commit 1c5db4c

Browse files
committed
fix window push
1 parent dd6a112 commit 1c5db4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

simple-weather-clock.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ class SimpleWeatherClock extends HTMLElement {
257257
}
258258
}
259259

260-
customElements.define('simple-weather-clock-dev', SimpleWeatherClock);
260+
customElements.define('simple-weather-clock', SimpleWeatherClock);
261261
window.customCards = window.customCards || [];
262262
window.customCards.push({
263-
type: "simple-weather-clock-dev",
264-
name: "Simple Weather Clock Dev",
265-
description: "DEV VERSION OF SIMPLE WEATHER CLOCK."
263+
type: "simple-weather-clock",
264+
name: "Simple Weather Clock",
265+
description: "Displays a simple weather clock with six slots below it for environmental sensors."
266266
});
267267

0 commit comments

Comments
 (0)