Skip to content
Snippets Groups Projects
Select Git revision
  • 19b57985b11b95185965e1742ef66f6315beed67
  • master default protected
  • v0.1.24
  • v0.1.23
  • v0.1.22
  • v0.1.21
  • v0.1.19
  • v0.1.18
  • v0.1.17
  • v0.1.16
  • v0.1.15
  • v0.1.14
  • v1.1
  • v.0.1.12
  • v.0.1.11
  • v.0.1.10
  • v.0.1.9
  • v.0.1.8
  • v.0.1.7
  • v.0.1.6
  • v0.1.5
21 results

__init__.py

Blame
  • 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>