-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpluginInfo.json
More file actions
executable file
·43 lines (43 loc) · 1.37 KB
/
pluginInfo.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.37 KB
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
{
"repoName": "fpp-HomeAssistant",
"name": "Home Assistant",
"author": "Chris Pinkham (CaptainMurdoch)",
"description": "Integrate FPP with Home Assistant via MQTT Auto Discovery",
"homeURL": "https://github.com/FalconChristmas/fpp-HomeAssistant",
"srcURL": "https://github.com/FalconChristmas/fpp-HomeAssistant.git",
"bugURL": "https://github.com/FalconChristmas/fpp-HomeAssistant/issues",
"versions": [
{
"minFPPVersion": "4.0",
"maxFPPVersion": "5.99",
"branch": "master",
"sha": "769f6561a57354574df522260212578d8fbb6d4d"
},
{
"minFPPVersion": "6.0",
"maxFPPVersion": "6.99",
"branch": "master",
"sha": "8acafbdb986875ab335799b8b6f72347974b35b5"
},
{
"minFPPVersion": "7.0",
"maxFPPVersion": "8.99",
"branch": "master",
"sha": "e4a3b0df87daa5c585052766fe2d2693e7761b67"
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "9.99",
"branch": "master",
"sha": "705e83a90aa360fd2615e9b76e3d002de608601a",
"allowUpdates": 1
},
{
"minFPPVersion": "10.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"allowUpdates": 1
}
]
}