-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhpm.json
38 lines (38 loc) · 918 Bytes
/
hpm.json
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
{
"piitaya/lovelace-mushroom": {
"ref": "v4.2.1",
"refType": "tag",
"category": "plugin",
"hacsConfig": {
"name": "Mushroom",
"filename": "mushroom.js"
},
"releaseUrl": "https://github.com/piitaya/lovelace-mushroom/releases/download/v4.2.1/mushroom.js",
"localReferences": [
"mushroom.js"
]
},
"thomasloven/lovelace-auto-entities": {
"ref": "v1.13.0",
"refType": "tag",
"category": "plugin",
"hacsConfig": {
"name": "auto-entities"
},
"remoteFiles": [
"auto-entities.js"
]
},
"kalkih/mini-graph-card": {
"ref": "v0.12.1",
"refType": "tag",
"category": "plugin",
"hacsConfig": {
"name": "mini-graph-card"
},
"releaseUrl": "https://github.com/kalkih/mini-graph-card/releases/download/v0.12.1/mini-graph-card-bundle.js",
"localReferences": [
"mini-graph-card-bundle.js"
]
}
}