forked from cees-elzinga/script.xbmc.hue.ambilight
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
13 lines (13 loc) · 718 Bytes
/
Copy pathaddon.xml
File metadata and controls
13 lines (13 loc) · 718 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="0.9" provider-name="Chris Browet">
<requires>
<import addon="xbmc.python" version="2.1.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 (with slow response time), or automatically dims and un-dims them when playback starts.</description>
<platform>all</platform>
</extension>
</addon>