Add link to dashboard definition docs

This commit is contained in:
Joseph Abbey
2024-01-31 10:19:56 +00:00
parent 4119997ddd
commit 41bc27262d

View File

@ -185,6 +185,15 @@
font-size: 0.8em; font-size: 0.8em;
} }
a {
color: var(--ctp-mocha-teal);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
button { button {
background-color: var(--ctp-mocha-surface1); background-color: var(--ctp-mocha-surface1);
color: var(--ctp-mocha-text); color: var(--ctp-mocha-text);
@ -420,6 +429,15 @@ http:
you to test your HomeAssistant API connection. The fourth button will you to test your HomeAssistant API connection. The fourth button will
open this dialog. open this dialog.
</p> </p>
<p>
For directions on how to write your menu.json file, please see the
<a
href="https://github.com/house-of-abbey/GarminHomeAssistant#dashboard-definition"
>README</a
>
in the GitHub repo.
</p>
</div> </div>
</dialog> </dialog>