-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
25 lines (22 loc) · 1.4 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.isybrowse" name="ISY Browser" version="1.0.1" provider-name="Automicus">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="ISYbrowse.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language></language>
<summary lang="en">ISY-99 Node and Program Browser</summary>
<description lang="en">Allows the user to browse and control the nodes and programs available on a local ISY Home Automation Controller. Using this addon, the user can directly control Insteon and X10 devices natively from the XBMC interface.
Instructions at: http://automic.us/projects/isy-events/</description>
<disclaimer lang="en">This addon requires an ISY-99 Series Controller available from Universal Devices Inc (www.universal-devices.com) and must be setup to connect to it.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>http://forum.xbmc.org/showthread.php?tid=146503</forum>
<website>http://automic.us/projects/isy-events</website>
<source>https://github.com/automicus/XBMC-Addons</source>
<email>Automicus@gmail.com</email>
</extension>
</addon>