Created
January 6, 2019 13:43
-
-
Save col/3faade537e5474b8f4db17137e1f85cc to your computer and use it in GitHub Desktop.
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": "", | |
"port": 51826, | |
"pin": "" | |
}, | |
"description": "My test homebridge config", | |
"accessories": [], | |
"platforms": [ | |
{ | |
"platform": "SensiboSky", | |
"name": "Sensibo", | |
"apiKey": "", | |
"timeLapse": 5, | |
"ai": false, | |
"hideFan": false, | |
"hideHumidity": false, | |
"fixedState" : "cool" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment