mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
add platforms section of config with an example for Wink
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
{
|
||||
"description": "This is an example configuration file with all supported devices. You can use this as a template for creating your own configuration file containing devices you actually own.",
|
||||
|
||||
"platforms": [
|
||||
{
|
||||
"platform": "Wink",
|
||||
"name": "Wink",
|
||||
"client_id": "YOUR_WINK_API_CLIENT_ID",
|
||||
"client_secret": "YOUR_WINK_API_CLIENT_SECRET",
|
||||
"username": "your@email.com",
|
||||
"password": "WINK_PASSWORD"
|
||||
}
|
||||
],
|
||||
|
||||
"accessories": [
|
||||
{
|
||||
"accessory": "WeMo",
|
||||
|
||||
Reference in New Issue
Block a user