Skip to content

Commit 9393bcf

Browse files
author
Philippe Lafoucrière
committed
Merge branch 'chore/version-release-link' into 'main'
chore: link version footer to GitHub release notes See merge request selorahomes/products/selora-ai/ha-integration!132
2 parents cfc8229 + b93f0a4 commit 9393bcf

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

custom_components/selora_ai/frontend/src/panel/render-settings.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,14 @@ export function renderSettings(host) {
333333
<div
334334
style="text-align:center;font-size:11px;opacity:0.35;margin-top:24px;"
335335
>
336-
Selora AI v${__SELORA_VERSION__}
336+
<a
337+
href="https://github.com/SeloraHomes/ha-selora-ai/releases/tag/v${__SELORA_VERSION__}"
338+
target="_blank"
339+
rel="noopener noreferrer"
340+
style="color:inherit;text-decoration:none;"
341+
>
342+
Selora AI v${__SELORA_VERSION__}
343+
</a>
337344
</div>
338345
</div>
339346
</div>

0 commit comments

Comments
 (0)