{
  "bridge": {
    "name": "Homebridge",
    "username": "CC:22:3D:E3:CE:30",
    "port": 51826,
    "pin": "031-45-154"
  },
  "platforms": [
    {
      "_comment": "Cloud transport — talks to OTO's backend with your app credentials.",
      "platform": "Oto",
      "name": "Oto Sprinklers",
      "transport": "cloud",
      "email": "your-email@example.com",
      "password": "your-password",
      "_comment_watering": "Watering DEPTH in mm for 'Water Now' (OTO converts to runtime per zone). Optional; defaults to 12.7mm.",
      "wateringQuantity": 12.7,
      "wateringQuantities": {
        "FhFU1lfRN3IhyxPX": 25.4
      },
      "updateInterval": 30
    },
    {
      "_comment": "Alternative: local transport against irrigoto ESPHome firmware.",
      "platform": "Oto",
      "name": "Oto Sprinklers (local)",
      "transport": "local",
      "localDevices": ["irrigoto-ab12cd.local"],
      "updateInterval": 30
    }
  ],
  "accessories": []
}
