Skip to content

Commit

Permalink
Merge pull request #27 from davet2001/add-links-to-issue-tracker
Browse files Browse the repository at this point in the history
Add links to issue tracker in card editors
  • Loading branch information
davet2001 authored Jan 5, 2025
2 parents 4412937 + 493cb6f commit 7e9f84e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/energy-flow-card-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ export class EnergyFlowCardEditor extends LitElement implements LovelaceCardEdit
<a href="/config/energy">Energy Dashboard Config</a>.
They cannot be modified via the card configuration.
</ha-alert>
<ha-alert
alert-type="info"
>
Please note that this card is in development!
If you see a bug or a possible improvement, please use the
<a href="https://github.com/davet2001/energy-sankey/issues">issue tracker</a>
to help us improve it!
</ha-alert>
`;
}

Expand Down
8 changes: 8 additions & 0 deletions src/power-flow-card-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ export class PowerFlowCardEditor extends LitElement implements LovelaceCardEdito
@entities-changed=${this._valueChanged}
@edit-detail-element=${this._editDetailElement}
></elec-sankey-hui-entities-card-row-editor>
<ha-alert
alert-type="info"
>
Please note that this card is in development!
If you see a bug or a possible improvement, please use the
<a href="https://github.com/davet2001/energy-sankey/issues">issue tracker</a>
to help us improve it!
</ha-alert>
`;
}

Expand Down

0 comments on commit 7e9f84e

Please sign in to comment.