mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-11 22:04:55 +01:00
Added Telldus Live! to config-sample.json
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
"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": [
|
"platforms": [
|
||||||
|
{
|
||||||
|
"platform" : "TelldusLive",
|
||||||
|
"name" : "Telldus Live!",
|
||||||
|
"public_key" : "telldus public key",
|
||||||
|
"private_key" : "telldus private key",
|
||||||
|
"token" : "telldus token",
|
||||||
|
"token_secret" : "telldus token secret"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"platform": "Wink",
|
"platform": "Wink",
|
||||||
"name": "Wink",
|
"name": "Wink",
|
||||||
|
|||||||
Reference in New Issue
Block a user