-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
SettingsTemplate.yaml
44 lines (44 loc) · 948 Bytes
/
SettingsTemplate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
body:
- type: textBlock
attributes:
name: description
description: >
Please provide a valid URL and long term API token to access your Home Assistant instance.
- type: input
attributes:
name: url
label: 'URL:'
defaultValue: "http://localhost:8123"
description: http(s)://host:port
- type: passwordBox
attributes:
name: token
label: 'Token:'
defaultValue: ""
description: Long term API token
- type: checkbox
attributes:
name: verify_ssl
label: 'Verify SSL:'
defaultValue: "true"
description: Check for valid SSL certification
- type: dropdown
attributes:
name: max_results
label: 'Max results:'
defaultValue: 50
options:
- 5
- 10
- 15
- 20
- 25
- 30
- 35
- 40
- 50
- 60
- 70
- 80
- 90
- 100