-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
21 lines (19 loc) · 1 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.verav1"
name="Vera Home Automation V1"
version="0.1.1"
provider-name="VEMAR S.A.S.">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.2.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>