-
Notifications
You must be signed in to change notification settings - Fork 4
/
settingsmeta.yaml
32 lines (30 loc) · 930 Bytes
/
settingsmeta.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
skillMetadata:
sections:
- name: Local Hubitat Information
fields:
- type: label
label: This is where you specify your Hubitat's access token (from maker app) and local address
- name: local_address
type: text
label: Dotted quad or hubitat.local
value: "hubitat.local"
- name: access_token
type: text
label: Token from maker app
value: ""
- name: hubitat_maker_api_app_id
type: number
label: Hubitat MakerAPI AppId
value: 758
- name: minimum_fuzzy_score
type: number
label: Device name match score 0-100.
value: 65
- name: attr_name
type: text
label: attr1
value: "temperaturesetPoint"
- name: dev_name
type: text
label: dev1
value: "thermometer thermometer"