Skip to content

Commit 34da73f

Browse files
author
David Buezas
committed
fix #25
1 parent 06d88a2 commit 34da73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plotly-graph-card.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export class PlotlyGraph extends HTMLElement {
449449
}
450450
static getStubConfig() {
451451
return {
452-
entities: [{ entity: "sun.sun" }],
452+
entities: [{ entity: "sun.sun::elevation" }],
453453
hours_to_show: 24,
454454
refresh_interval: 10,
455455
};
@@ -470,7 +470,7 @@ window.customCards = window.customCards || [];
470470
//@ts-ignore
471471
window.customCards.push({
472472
type: componentName,
473-
name: "Plotoly Graph Card",
473+
name: "Plotly Graph Card",
474474
preview: true, // Optional - defaults to false
475475
description: "Plotly in HA", // Optional
476476
});

0 commit comments

Comments
 (0)