{
"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" : "Nest",
"name" : "Nest",
"username" : "me@somewhere.com",
"password" : "11111111"
},
{
"platform": "ISY",
"name": "ISY",
"host": "10.10.10.121",
"port": "80",
"username": "user",
"password": "secret"
}
]
And if i delete the ISY part and leave Nest in the it will start.
Thank you