forked from cees-elzinga/script.xbmc.hue.ambilight
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathaddon.xml
More file actions
executable file
·13 lines (13 loc) · 705 Bytes
/
addon.xml
File metadata and controls
executable file
·13 lines (13 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.kodi.hue.ambilight" name="Kodi Philips Hue" version="1.0" provider-name="Martin Polednik">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.requests"/>
</requires>
<extension point="xbmc.service" library="default.py"></extension>
<extension point="xbmc.addon.metadata">
<summary>Kodi-controlled Philips Hue lights</summary>
<description>Let Kodi control your Philips Hue lights. Either turns the lights into a room-sized ambilight, or automatically dims and un-dims them when playback starts or stops.</description>
<platform>all</platform>
</extension>
</addon>