From 493cb6fbeb16864e10d01c577b42e5babf06d690 Mon Sep 17 00:00:00 2001
From: Dave T <17680170+davet2001@users.noreply.github.com>
Date: Sun, 5 Jan 2025 20:54:28 +0000
Subject: [PATCH] Add links to issue tracker in card editors
---
src/energy-flow-card-editor.ts | 8 ++++++++
src/power-flow-card-editor.ts | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/src/energy-flow-card-editor.ts b/src/energy-flow-card-editor.ts
index e3e288f..feba209 100644
--- a/src/energy-flow-card-editor.ts
+++ b/src/energy-flow-card-editor.ts
@@ -55,6 +55,14 @@ export class EnergyFlowCardEditor extends LitElement implements LovelaceCardEdit
Energy Dashboard Config.
They cannot be modified via the card configuration.
+
+ Please note that this card is in development!
+ If you see a bug or a possible improvement, please use the
+ issue tracker
+ to help us improve it!
+
`;
}
diff --git a/src/power-flow-card-editor.ts b/src/power-flow-card-editor.ts
index 4727537..37a3c4a 100644
--- a/src/power-flow-card-editor.ts
+++ b/src/power-flow-card-editor.ts
@@ -99,6 +99,14 @@ export class PowerFlowCardEditor extends LitElement implements LovelaceCardEdito
@entities-changed=${this._valueChanged}
@edit-detail-element=${this._editDetailElement}
>
+
+ Please note that this card is in development!
+ If you see a bug or a possible improvement, please use the
+ issue tracker
+ to help us improve it!
+
`;
}