Created
May 2, 2021 14:32
-
-
Save FlixMa/ba39f955b17707c20dea5234793b3614 to your computer and use it in GitHub Desktop.
[homebridge-ikea-tradfri-gateway] sample configuration for exposing non ikea zigbee devices connected to the tradfri gateway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bridge": { | |
| "name": "Homebridge", | |
| "username": "AB:CD:EF:12:34:56", | |
| "port": 53632, | |
| "pin": "123-45-678" | |
| }, | |
| "accessories": [], | |
| "platforms": [ | |
| { | |
| "name": "Config", | |
| "port": 8080, | |
| "platform": "config" | |
| }, | |
| { | |
| "platform": "Ikea Trådfri Gateway", | |
| "name": "Ikea Trådfri Gateway", | |
| "securityCode": "code on the back of the gateway", | |
| "expose": [ | |
| "non-ikea-lightbulbs", | |
| "non-ikea-outlets", | |
| "non-ikea-blinds" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment