From f53411b27bb1817e9d91714db23196b5626b161f Mon Sep 17 00:00:00 2001 From: thexperiments Date: Mon, 26 Jun 2017 12:08:50 +0200 Subject: [PATCH] adding tradfri support, for now only dimming no color temperature (#73) since https://github.com/treban/pimatic-tradfri/pull/7 was merged, this PR can be merged, too. --- hap.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hap.coffee b/hap.coffee index 78ba3a9..84e00c2 100644 --- a/hap.coffee +++ b/hap.coffee @@ -54,6 +54,8 @@ module.exports = (env) => 'thermostat': ThermostatAccessory 'led-light': LedLightAccessory 'presence': MotionAccessory + 'tradfridimmer-dimmer': DimmerAccessory + 'tradfridimmer-temp': DimmerAccessory } init: (app, @framework, @config) =>