Package Exports
- homebridge-tradfri
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (homebridge-tradfri) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
homebridge-tradfri
IKEA Trådfri Gateway plugin for Homebridge.
Installation
- Install Homebridge using:
npm install -g homebridge - Install this plugin using:
npm install -g homebridge-tradfri - Update your configuration file. See the sample below.
Sample Configuration
The PSK (Pre-Shared Key) can be found printed on the bottom of the IKEA Trådfri Gateway.
"platforms": [{
"platform" : "Tradfri",
"name" : "Tradfri",
"psk" : "23asqw9123j33"
}],