mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-15 19:08:40 +00:00
Add link to dashboard definition docs
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user