Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
undone some changes in addon.xml
  • Loading branch information
DevTown authored and DevTown committed Oct 27, 2019
commit 003aff74a742a99b6672e52ffd2462b770b16672
6 changes: 3 additions & 3 deletions service.mqtt/addon.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.mqtt" name="MQTT Adapter" version="0.14" provider-name="devtown">
<addon id="service.mqtt" name="MQTT Adapter" version="0.14" provider-name="owagner">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</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>
<description lang="en">The addon is an adapter to an MQTT broker. It will publish information about what is playing, and provides remote control capability. It adheres to the mqtt-smarthome specification. </description>
<disclaimer lang="en">Fork from https://github.com/owagner/kodi2mqtt</disclaimer>
<disclaimer lang="en"></disclaimer>
<platform>all</platform>
<license>MIT</license>
<forum></forum>
<website></website>
<email></email>
<source>https://github.com/devtown/kodi2mqtt</source>
<source>https://github.com/owagner/kodi2mqtt</source>
</extension>
</addon>