We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d88a2 commit 34da73fCopy full SHA for 34da73f
src/plotly-graph-card.ts
@@ -449,7 +449,7 @@ export class PlotlyGraph extends HTMLElement {
449
}
450
static getStubConfig() {
451
return {
452
- entities: [{ entity: "sun.sun" }],
+ entities: [{ entity: "sun.sun::elevation" }],
453
hours_to_show: 24,
454
refresh_interval: 10,
455
};
@@ -470,7 +470,7 @@ window.customCards = window.customCards || [];
470
//@ts-ignore
471
window.customCards.push({
472
type: componentName,
473
- name: "Plotoly Graph Card",
+ name: "Plotly Graph Card",
474
preview: true, // Optional - defaults to false
475
description: "Plotly in HA", // Optional
476
});
0 commit comments