-
Notifications
You must be signed in to change notification settings - Fork 6
/
pluginInfo.json
executable file
·38 lines (37 loc) · 1.12 KB
/
pluginInfo.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
{
"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": "7.99",
"branch": "master",
"sha": "",
"allowUpdates": 1
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"allowUpdates": 1
}
]
}