Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
krypton support
Browse files Browse the repository at this point in the history
  • Loading branch information
mampfes committed Mar 10, 2017
1 parent 0b3e5d7 commit 81bcf67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.openhab" name="openHAB" version="1.0.2" provider-name="mampfes">
<addon id="script.module.openhab" name="openHAB" version="2.0.0" provider-name="mampfes">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="xbmc.gui" version="5.10.0"/>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="xbmc.gui" version="5.12.0"/>
<import addon="script.module.requests" version="2.7.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
V2.0.0 (10-Mar-2017)
(fix) fixed krypton support
(add) openhab2 support

V1.0.2 (25-Feb-2016)
(add) fixed jarvis support
(fix) fixed jarvis support

V1.0.1 (12-Nov-2015)
(add) improved error handling
Expand Down

0 comments on commit 81bcf67

Please sign in to comment.