{
  "bridge": {
    "name": "Heisenberg",
    "username": "AA:BB:CC:DD:EE:01",
    "port": 51826,
    "pin": "031-45-154"
  },
  "description": "HomeBridge HTTP Status Control",
  "plugins": [
    "homebridge-yamaha-home",
    "homebridge-config-ui-x"
  ],
  "platforms": [
    {
      "name": "Config",
      "port": 8581,
      "auth": "none",
      "theme": "auto",
      "tempUnits": "c",
      "lang": "auto",
      "sudo": false,
      "platform": "config",
      "debug": true
    },
    {
      "platform": "yamaha-home",
      "radio_presets": true,
      "preset_num": true,
      "max_volume": 20,
      "play_volume": -43,
      "party_switch": "yes",
      "spotify": true,
      "flush": false,
      "discovery_timeout": 1,
      "inputs_as_accessories": {
        "Yamaha": {
          "1": {
            "name": "Input Radio",
            "setInputTo": "TUNER"
          },
          "2": {
            "name": "Input Spotify",
            "setInputTo": "Spotify"
          },
          "3": {
            "name": "Input AV1",
            "setInputTo": "AV1"
          }
        }
      },
      "manual_addresses": {
        "Yamaha": "yamaha.local"
      }
    }
  ],
  "accessories": []
}