Last active
January 31, 2018 09:47
-
-
Save vishbin/b7eecd4cd24bd712e659a6e808a54f24 to your computer and use it in GitHub Desktop.
root@raspberrypi:~/.homebridge# more config.json
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": "00:0C:43:43:60:99”, | |
| "port": 51826 | |
| }, | |
| "description": "This is an example configuration file with one fake accessory and | |
| one fake platform. You can use this as a template for creating your own configuration fi | |
| le containing devices you actually own.", | |
| "platforms": [{ | |
| "platform": "BelkinWeMo", | |
| "name": "WeMo Platform" | |
| }, { | |
| "platform": "HarmonyHub", | |
| "name": "Harmony Hub" | |
| }, { | |
| "platform": "TplinkLightbulb", | |
| "name": "TplinkLightbulb" | |
| }, { | |
| "platform": "Hs100", | |
| "name": "Hs100" | |
| }, | |
| { | |
| "platform": "TplinkSmarthome", | |
| "name": "TplinkSmarthome" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment