-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
32 lines (32 loc) · 843 Bytes
/
Copy pathmanifest.json
File metadata and controls
32 lines (32 loc) · 843 Bytes
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
{
"required_api_version": "^2.0.0",
"name": "Home Assistant",
"description": "View and control devices in your HomeAssistant.io instance.",
"developer_name": "Quinn Casey",
"icon": "images/icon.png",
"options": {
"query_debounce": 0.5
},
"preferences": [
{
"id": "keyword",
"type": "keyword",
"name": "Home Assistant",
"default_value": "ha"
},
{
"id": "hass_url",
"type": "text",
"name": "Home Assistant instance URL",
"description": "With a port, if necessary",
"default_value": ""
},
{
"id": "hass_key",
"type": "text",
"name": "Home Assistant API Key",
"description": "https://developers.home-assistant.io/docs/api/rest/",
"default_value": ""
}
]
}