mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-03 18:38:35 +00:00
Titles for form elements
This commit is contained in:
@ -221,12 +221,14 @@
|
|||||||
<input
|
<input
|
||||||
required
|
required
|
||||||
placeholder="https://<home-assistant>/api"
|
placeholder="https://<home-assistant>/api"
|
||||||
|
title="Home Assistant API URL `https://<home-assistant>/api`"
|
||||||
type="url"
|
type="url"
|
||||||
name="api_url"
|
name="api_url"
|
||||||
id="api_url"
|
id="api_url"
|
||||||
pattern="https://.*/api" />
|
pattern="https://.*/api" />
|
||||||
<input
|
<input
|
||||||
placeholder="https://<home-assistant>/local/garmin/menu.json"
|
placeholder="https://<home-assistant>/local/garmin/menu.json"
|
||||||
|
title="Menu JSON URL `https://<home-assistant>/local/garmin/menu.json`"
|
||||||
type="url"
|
type="url"
|
||||||
name="menu_url"
|
name="menu_url"
|
||||||
id="menu_url"
|
id="menu_url"
|
||||||
@ -235,7 +237,8 @@
|
|||||||
<input
|
<input
|
||||||
required
|
required
|
||||||
autocomplete="new-password"
|
autocomplete="new-password"
|
||||||
placeholder="token"
|
placeholder="API Token"
|
||||||
|
title="Home Assistant Long-lived Access Token"
|
||||||
type="password"
|
type="password"
|
||||||
name="api_token"
|
name="api_token"
|
||||||
id="api_token" />
|
id="api_token" />
|
||||||
|
Reference in New Issue
Block a user