-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddon.xml
20 lines (18 loc) · 959 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.vera"
name="Vera Home Automation"
version="0.1.1"
provider-name="VEMAR S.A.S.">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.script"
library="default.py" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Control Mi Casa Verde's Vera 2</summary>
<summary lang="it">Gestisci la domotica con Vera 2</summary>
<description lang="en">This script allows you to get info and change state of your Z-Wave devices through Mi Casa Verde Vera 2 home controller (http://www.micasaverde.com/vera.php).</description>
<description lang="it">Questo script consente di controllare dal tuo mediacenter tutti i dispositivi Z-Wave gestiti dal controller domotico Vera 2 (http://www.micasaverde.com/vera.php).</description>
</extension>
</addon>