We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfc8229 + b93f0a4 commit 9393bcfCopy full SHA for 9393bcf
1 file changed
custom_components/selora_ai/frontend/src/panel/render-settings.js
@@ -333,7 +333,14 @@ export function renderSettings(host) {
333
<div
334
style="text-align:center;font-size:11px;opacity:0.35;margin-top:24px;"
335
>
336
- Selora AI v${__SELORA_VERSION__}
+ <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>
344
</div>
345
346
0 commit comments