From 41bc27262d42580d22cf181629cce81599c42a04 Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Wed, 31 Jan 2024 10:19:56 +0000 Subject: [PATCH] Add link to dashboard definition docs --- web/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/web/index.html b/web/index.html index 9054bd8..63fc793 100644 --- a/web/index.html +++ b/web/index.html @@ -185,6 +185,15 @@ font-size: 0.8em; } + a { + color: var(--ctp-mocha-teal); + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + button { background-color: var(--ctp-mocha-surface1); color: var(--ctp-mocha-text); @@ -420,6 +429,15 @@ http: you to test your HomeAssistant API connection. The fourth button will open this dialog.

+ +

+ For directions on how to write your menu.json file, please see the + README + in the GitHub repo. +