Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to issue tracker in card editors #27

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading