-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathaddon.xml
22 lines (21 loc) · 943 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.fanshim"
name="Fan Shim"
version="1.0.0"
provider-name="jane_t">
<requires>
<import addon="xbmc.addon" version="14.0.1"/>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="virtual.rpi-tools" version="9.80.3.107"/>
</requires>
<extension point="xbmc.service" library="service.py" start="login"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Fan Shim Controller</summary>
<description lang="en">Control Fan Shim allows the setting of threshold temperatures to turn the fan on and off.
Icon made by Freepik from https://www.flaticon.com/freepik
</description>
<source>https://github.com/jane-t/rpi-fanshim</source>
<platform>all</platform>
<license>MIT LICENSE</license>
</extension>
</addon>