{
    "config": {
        "title": "Bosch thermostat",
        "step": {
            "choose_type": {
                "title": "Choose device type.",
                "data": {
                    "device_type": "Choose type of your device."
                }
            },
            "protocol": {
              "title": "Bosch IVT Protocol. HTTP is local. XMPP is cloud!",
              "data": {
                  "Protocol": "Either http or xmpp"
              }
            },
            "http_config": {
              "title": "Bosch thermostat HTTP config",
              "data": {
                  "address": "IP address",
                  "access_token": "Access token",
                  "password": "Password"
              }
            },
            "xmpp_config": {
                "title": "Bosch thermostat XMPP config",
                "data": {
                    "address": "Serial number of device",
                    "access_token": "Access token",
                    "password": "Password"
                }
              }
        },
        "error": {
            "service_unavailable": "No service available"
        },
        "abort": {
            "faulty_credentials": "Bad user credentials or wrong IP",
            "already_configured": "Controller site is already configured",
            "unknown": "Unknown reason. Check LOGS."
        }
    },
    "options": {
        "step": {
          "init": {
            "title": "Bosch options",
            "data": {
              "new_stats_api": "Use new statistic API",
              "optimistic_mode": "Use optimistic mode for some functions (currently CT200 Operation mode set)."
            }
          }
        }
      }
}
