Skip to content

Commit

Permalink
Removed Pyhton 3 requirement - also works well with older XMBC versio…
Browse files Browse the repository at this point in the history
…ns (Python 2.7)
  • Loading branch information
tspspi committed Jul 16, 2021
1 parent 832bc81 commit e7df9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service.mqtt/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="service.mqtt" name="MQTT Adapter" version="0.21" provider-name="owagner,jvandenbroek,richcrabtree,Eugene Schava,rubikscuber,DevTown,2Zero,Marcin U,drlobo,existsec,Aitor Iturrioz,Marian Soban,Mark Ferry,Patrick Pimentel Jr.,void-spark">
<requires>
<!-- <requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
</requires> -->
<extension point="xbmc.service" library="service.py" start="login" />
<extension point="xbmc.addon.metadata">
<summary lang="en">MQTT Adapter, adhering to mqtt-smarthome specification</summary>
Expand Down

0 comments on commit e7df9fa

Please sign in to comment.