mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-16 22:05:15 +01: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.",
|
"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": [
|
"accessories": [
|
||||||
{
|
{
|
||||||
"accessory": "WeMo",
|
"accessory": "WeMo",
|
||||||
|
|||||||
Reference in New Issue
Block a user