Skip to content
Snippets Groups Projects
Select Git revision
  • 4a7809e12b3183e8eca91c5a7f5344c9c32f4898
  • master default protected
  • v0.13
  • v0.12
  • v0.10
  • v0.9
  • v0.8
  • v0.7
  • v0.5
  • v0.4
  • v0.3
  • v0.2
12 results

addon.xml

Blame
  • user avatar
    owagner authored
    4a7809e1
    History
    addon.xml 886 B
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <addon id="service.mqtt" name="MQTT Adapter" version="0.2" 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 a 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"></disclaimer>
        <platform>all</platform>
        <license>MIT</license>
        <forum></forum>
        <website></website>
        <email></email>
        <source>https://github.com/owagner/kodi2mqtt</source>
      </extension>
    </addon>