{ "bridge": { "name": "xxx", "username": "xxx", "port": xxx, "pin": "xxx" }, "platforms": [ { "name": "Config", "port": 8581, "platform": "config" }, { "devices": [ { "name": "xxx", "ip": "xxx", "mac": "xxx", "keyFile": "/homebridge/lgtbkeyfile", "prefsDir": "/homebridge/", "pollingInterval": 5, "volumeLimit": 30, "volumeControl": "both", "channelControl": true }, { "name": "xxx", "ip": "1x", "mac": "x", "pollingInterval": 5, "volumeLimit": 30, "volumeControl": "both", "channelControl": true, "appButtons": [ { "appId": "canal.yomvi", "name": "Movistar" } ] } ], "platform": "webostv" }, { "platform": "BroadlinkRM", "name": "Broadlink RM", "hideScanFrequencyButton": false, "hideLearnButton": false, "hideWelcomeMessage": false, "hosts": [ { "address": "xxx", "mac": "xxx", "isRFSupported": false } ], "accessories": [ { "name": "Color Rojo", "type": "switch", "enableAutoOff": true, "onDuration": 1, "data": { "on": "xxx" } }, { "name": "Color Azul Claro", "type": "switch", "enableAutoOff": true, "onDuration": 1, "data": { "on": "xxx" } } ] } ], "accessories": [], "disabledPlugins": [] }